Single-linked list for storing the freed entries. More...
Data Fields | |
struct free_estat * | next |
Next free block(s). | |
int | count |
Number of "struct estat"s that can be stored here. |
Single-linked list for storing the freed entries.
The struct free_estat get written above the struct estat it replaces.
Definition at line 39 of file est_ops.c.
Number of "struct estat"s that can be stored here.
Definition at line 44 of file est_ops.c.
Referenced by ops__allocate(), and ops__free_entry().
struct free_estat* free_estat::next [read] |
Next free block(s).
Definition at line 42 of file est_ops.c.
Referenced by ops__allocate(), and ops__free_entry().