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

/macosx-10.10/libmalloc-53.1.1/src/
H A Dmalloc.c1335 vm_address_t remote_malloc_zones = (vm_address_t)&malloc_zones; local
1344 err = reader(task, remote_malloc_zones, sizeof(void *), (void **)&zones_address_ref);
1345 // printf("Read malloc_zones[%p]=%p\n", remote_malloc_zones, *zones_address_ref);
1347 malloc_printf("*** malloc_get_all_zones: error reading zones_address at %p\n", (unsigned)remote_malloc_zones);

Completed in 169 milliseconds