Rename & scheduler stuff

This commit is contained in:
ssimnb 2026-01-24 08:15:08 +01:00
parent 4e40a040dd
commit 0066af13e8
25 changed files with 63 additions and 88 deletions

View file

@ -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
};