Home
last modified time | relevance | path

Searched refs:kalloc_heap_zone_for_size (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dkalloc.c1312 kt_zones_for_size[0] = kalloc_heap_zone_for_size( in kalloc_type_create_zones()
1453 kalloc_heap_zone_for_size(kalloc_heap_t kheap, vm_size_t size) in kalloc_heap_zone_for_size() function
1529 zone_t z = kalloc_heap_zone_for_size(kheap, size); in kalloc_bucket_size()
1702 z = kalloc_heap_zone_for_size(kheap, size); in kalloc_ext()
2066 zone_t max_zone = kalloc_heap_zone_for_size(kheap, max_size); in kfree_size_require()
H A Dkalloc.h890 kalloc_heap_zone_for_size(
H A Dzalloc.c8298 z = kalloc_heap_zone_for_size(heap, spec->zv_size); in zone_view_startup_init()