Searched refs:zones (Results 1 – 3 of 3) sorted by relevance
467 vm_address_t *zones = NULL; in foreach_zone_in_this_process() local470 kern_return_t err = malloc_get_all_zones(0, task_peek, &zones, &num_zones); in foreach_zone_in_this_process()473 info->zone_callback(info, (const malloc_zone_t *)zones[i]); in foreach_zone_in_this_process()
21 ; Poison red zones.
75 // We don't need to do anything here. We're not registering new zones, so we130 // Call the system malloc's implementation for both external and our zones,