Public Attributes | |
VkDeviceMemory | memory |
BuddyAllocator * | buddy_allocator |
struct SubAllocator * | next |
Definition at line 32 of file device_memory_allocator.c.
BuddyAllocator* SubAllocator::buddy_allocator |
Definition at line 35 of file device_memory_allocator.c.
Referenced by allocate_device_memory(), create_sub_allocator(), and free_device_memory().
VkDeviceMemory SubAllocator::memory |
Definition at line 34 of file device_memory_allocator.c.
Referenced by allocate_device_memory(), create_sub_allocator(), destroy_device_memory_allocator(), and free_device_memory().
struct SubAllocator* SubAllocator::next |
Definition at line 36 of file device_memory_allocator.c.
Referenced by allocate_device_memory(), create_sub_allocator(), destroy_device_memory_allocator(), and free_device_memory().