Public Attributes | |
uint32_t | block_index |
struct AllocatorFreeListItem * | next |
Definition at line 31 of file buddy_allocator.c.
uint32_t AllocatorFreeListItem::block_index |
Definition at line 33 of file buddy_allocator.c.
Referenced by buddy_allocator_allocate(), buddy_allocator_free(), merge_blocks(), remove_block_from_free_list(), subdivide_block(), and write_free_block_to_list().
struct AllocatorFreeListItem* AllocatorFreeListItem::next |
Definition at line 34 of file buddy_allocator.c.
Referenced by allocate_list_item(), buddy_allocator_allocate(), create_buddy_allocator(), free_list_item(), remove_block_from_free_list(), subdivide_block(), and write_free_block_to_list().