Data Fields | |
| struct list_head | list |
| List of free blocks. | |
| size_t | size |
| Size of this block. | |
Definition at line 37 of file malloc.c.
struct list_head memory_block::list [read] |
List of free blocks.
Definition at line 39 of file malloc.c.
Referenced by alloc_memblock(), and free_memblock().
Size of this block.
Definition at line 41 of file malloc.c.
Referenced by alloc_memblock(), and free_memblock().
1.5.7.1