class PageTableSlotAllocator
Defined at line 15 of file ../../src/graphics/drivers/msd-vsi-vip/src/page_table_slot_allocator.h
Thread-safe.
Public Methods
void PageTableSlotAllocator (uint32_t size)
Defined at line 17 of file ../../src/graphics/drivers/msd-vsi-vip/src/page_table_slot_allocator.h
uint64_t size ()
Defined at line 19 of file ../../src/graphics/drivers/msd-vsi-vip/src/page_table_slot_allocator.h
bool Alloc (uint32_t * index_out)
Defined at line 21 of file ../../src/graphics/drivers/msd-vsi-vip/src/page_table_slot_allocator.h
void Free (uint32_t index)
Defined at line 35 of file ../../src/graphics/drivers/msd-vsi-vip/src/page_table_slot_allocator.h
Friends
class TestPageTableSlotAllocator