Home
last modified time | relevance | path

Searched refs:Deallocate (Results 1 – 5 of 5) sorted by relevance

/haiku/headers/private/kernel/util/
H A DMallocFreeAllocator.h25 void Deallocate(Pointer object) { in Deallocate() function
H A DAVLTreeMap.h623 fAllocator.Deallocate(node); in Free()
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPhysicalMemoryAllocator.h32 status_t Deallocate(size_t size,
H A DPhysicalMemoryAllocator.cpp228 PhysicalMemoryAllocator::Deallocate(size_t size, void *logicalAddress, in Deallocate() function in PhysicalMemoryAllocator
H A DStack.cpp304 return fAllocator->Deallocate(size, logicalAddress, physicalAddress); in FreeChunk()