Home
last modified time | relevance | path

Searched refs:get_allocation_info (Results 1 – 2 of 2) sorted by relevance

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