Searched refs:get_allocation_info (Results 1 – 2 of 2) sorted by relevance
120 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()
39 status_t (*get_allocation_info)(void* address, size_t *size, member