Searched refs:get_allocation_info (Results 1 - 2 of 2) sorted by path

/haiku/src/system/libroot/posix/malloc_debug/
H A Dmalloc_debug_api.h39 status_t (*get_allocation_info)(void* address, size_t *size, member in struct:heap_implementation
H A Dmalloc_debug_api.cpp120 if (sCurrentHeap->get_allocation_info != NULL)
121 return sCurrentHeap->get_allocation_info(address, size, thread);
326 status_t res = sCurrentHeap->get_allocation_info(ptr, &size, &thread);

Completed in 72 milliseconds