Searched defs:allocation (Results 1 - 9 of 9) sorted by relevance

/haiku/src/tests/system/kernel/swap/
H A Dswap_test_heap.cpp38 uint32_t* allocation = (uint32_t*)malloc(allocationSize); local
/haiku/src/system/kernel/debug/
H A Ddebug_heap.cpp285 void* allocation = debug_malloc(allocationSize); local
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h335 bool Resize(void* allocation, size_t size, bool force = false, argument
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h335 bool Resize(void* allocation, size_t size, bool force = false, argument
/haiku/src/system/kernel/slab/
H A DMemoryManager.h310 MemoryManager::_TrackingInfoFor(void* allocation, size_t size) argument
H A DSlab.cpp364 ProcessTrackingInfo(AllocationTrackingInfo* info, void* allocation, size_t allocationSize) argument
411 ProcessTrackingInfo(AllocationTrackingInfo* info, void* allocation, size_t allocationSize) argument
467 ProcessTrackingInfo(AllocationTrackingInfo* info, void* allocation, size_t allocationSize) argument
[all...]
H A DMemoryManager.cpp2055 MemoryManager::_AddTrackingInfo(void* allocation, size_t size, argument
/haiku/src/system/boot/loader/
H A Dheap.cpp263 LargeAllocation* allocation = new(std::nothrow) LargeAllocation; local
284 LargeAllocation* allocation = sLargeAllocations.Lookup(address); local
519 LargeAllocation* allocation = sLargeAllocations.Lookup(oldBuffer); local
[all...]
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp378 void* allocation; local

Completed in 85 milliseconds