heap_debug_get_allocation_info
status_t heap_debug_get_allocation_info(void *address, size_t *size,
if (heap_debug_get_allocation_info != NULL)
if (heap_debug_get_allocation_info != NULL) {
extern "C" void heap_debug_get_allocation_info() __attribute__((weak));
static const void* heap_debug_get_allocation_info = NULL;
if (heap_debug_get_allocation_info != NULL)