Rename & scheduler stuff
This commit is contained in:
parent
4e40a040dd
commit
0066af13e8
25 changed files with 63 additions and 88 deletions
|
|
@ -21,6 +21,8 @@ struct ma_slab {
|
|||
|
||||
uint32_t refcount; // The amount of active (not free) objects in the slabs
|
||||
|
||||
atomic_flag lock;
|
||||
|
||||
struct ma_bufctl *free; // Linked list of free buffers in the slab. Is equal to NULL once there are no more free objects
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue