Searched refs:PhysicalMemoryAllocator (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPhysicalMemoryAllocator.h17 class PhysicalMemoryAllocator { class
19 PhysicalMemoryAllocator(const char *name,
23 ~PhysicalMemoryAllocator();
H A DPhysicalMemoryAllocator.cpp16 #include "PhysicalMemoryAllocator.h"
29 PhysicalMemoryAllocator::PhysicalMemoryAllocator(const char *name, function in class:PhysicalMemoryAllocator
99 PhysicalMemoryAllocator::~PhysicalMemoryAllocator()
118 PhysicalMemoryAllocator::Allocate(size_t size, void **logicalAddress,
228 PhysicalMemoryAllocator::Deallocate(size_t size, void *logicalAddress,
304 PhysicalMemoryAllocator::PrintToStream()
306 dprintf("PhysicalMemoryAllocator \"%s\":\n", fName);
332 PhysicalMemoryAllocator
[all...]
H A Dusb_private.h58 class PhysicalMemoryAllocator;
190 PhysicalMemoryAllocator * fAllocator;
H A DStack.cpp17 #include "PhysicalMemoryAllocator.h"
52 fAllocator = new(std::nothrow) PhysicalMemoryAllocator("USB Stack Allocator",

Completed in 92 milliseconds