kiba-engine
|
A single entry of a free list. More...
Data Fields | |
usize | size |
The size in bytes of the free space in the associsated memory block. | |
struct free_list_entry * | next |
Pointer to the next entry in the free list. | |
A single entry of a free list.
Each free list entry preceeds the block of free memory it stands for.
Definition at line 21 of file free_list.c.