PhysicalMemoryAllocator
PhysicalMemoryAllocator::Allocate(size_t size, void **logicalAddress,
PhysicalMemoryAllocator::Deallocate(size_t size, void *logicalAddress,
PhysicalMemoryAllocator::PhysicalMemoryAllocator(const char *name,
PhysicalMemoryAllocator::PrintToStream()
PhysicalMemoryAllocator::DumpArrays()
PhysicalMemoryAllocator::DumpLastArray()
PhysicalMemoryAllocator::DumpFreeSlots()
PhysicalMemoryAllocator::~PhysicalMemoryAllocator()
class PhysicalMemoryAllocator {
PhysicalMemoryAllocator(const char *name,
~PhysicalMemoryAllocator();
fAllocator = new(std::nothrow) PhysicalMemoryAllocator("USB Stack Allocator",
PhysicalMemoryAllocator * fAllocator;
class PhysicalMemoryAllocator;