Searched refs:set_dump_allocations_on_exit (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/malloc_debug/
H A Dmalloc_debug_api.h41 status_t (*set_dump_allocations_on_exit)(bool enabled); member in struct:heap_implementation
H A Dmalloc_debug_api.cpp130 if (sCurrentHeap->set_dump_allocations_on_exit != NULL)
131 return sCurrentHeap->set_dump_allocations_on_exit(enabled);

Completed in 34 milliseconds