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

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.c332 vm_map_t zone_map = VM_MAP_NULL; variable
569 #define ZLEAK_STATE_ENABLED 0x01 /* Zone leak monitoring should be turned on if zone_map fills up. */
1277 kr = kernel_memory_allocate(zone_map, &space, alloc_size, 0, zflags);
1546 &zone_map);
1611 if (kmem_alloc_kobject(zone_map, &second_level_array,
1631 kmem_free(zone_map, second_level_array, second_level_size);
1786 retval = kernel_memory_allocate(zone_map, &space, alloc_size, 0, zflags);
1795 if (zone_map->size >= zleak_global_tracking_threshold) {
1831 * 'zone_map exhausted' only if we get retval 3 (KERN_NO_SPACE).
2898 kmem_free(zone_map, free_page_addres
[all...]
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_protos.h86 extern vm_map_t zone_map;
H A Dvm_resident.c1626 * the zone_map.
1646 * Allocate a single page from the zone_map. Do not wait if no physical
1649 * simultaneous requests from piling up on the zone_map lock. Exactly
1675 retval = kernel_memory_allocate(zone_map,

Completed in 39 milliseconds