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

/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A DPhysicalMemoryAllocator.h17 class PhysicalMemoryAllocator { class
19 PhysicalMemoryAllocator(const char *name,
23 ~PhysicalMemoryAllocator();
H A DPhysicalMemoryAllocator.cpp14 #include "PhysicalMemoryAllocator.h"
27 PhysicalMemoryAllocator::PhysicalMemoryAllocator(const char *name, function in class:PhysicalMemoryAllocator
98 PhysicalMemoryAllocator::~PhysicalMemoryAllocator()
117 PhysicalMemoryAllocator::_Lock()
124 PhysicalMemoryAllocator::_Unlock()
131 PhysicalMemoryAllocator::Allocate(size_t size, void **logicalAddress,
233 PhysicalMemoryAllocator::Deallocate(size_t size, void *logicalAddress,
311 PhysicalMemoryAllocator
[all...]
H A Dusb_private.h48 class PhysicalMemoryAllocator;
178 PhysicalMemoryAllocator * fAllocator;
H A DStack.cpp14 #include "PhysicalMemoryAllocator.h"
44 fAllocator = new(std::nothrow) PhysicalMemoryAllocator("USB Stack Allocator",

Completed in 108 milliseconds