Functions | |
void | slab_alloc () |
Allocator for fixed-size blocks: allocate a block. [ebx-4] = pointer to the first page, ebx = pointer to MUTEX structure. More... | |
void | slab_free () |
Allocator for fixed-size blocks: free a block. More... | |
Variables | |
dd | _size |
dd | _block |
void slab_alloc | ( | ) |
Allocator for fixed-size blocks: allocate a block. [ebx-4] = pointer to the first page, ebx = pointer to MUTEX structure.
void slab_free | ( | ) |
Allocator for fixed-size blocks: free a block.
dd _block |
dd _size |