Searched refs:zsize (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/iokit/IOKit/ |
| H A D | IOKitDebug.h | 223 uint32_t zsize; member
|
| /xnu-11215/osfmk/kern/ |
| H A D | kalloc.c | 2634 size_t oob_offs, size_t size, size_t zsize) in kfree_size_confusion_panic() argument 2639 data, size, oob_offs, zone_heap_name(z), z->z_name, zsize); in kfree_size_confusion_panic() 2702 vm_size_t zsize) in kfree_zone() argument 2740 DTRACE_VM3(kfree, vm_size_t, size, vm_size_t, zsize, void*, data); in kfree_zone() 2743 __nosan_bzero(data, zsize); in kfree_zone() 2744 zfree_ext(z, zstats ?: z->z_stats, data, ZFREE_PACK_SIZE(zsize, size)); in kfree_zone()
|
| H A D | zalloc.c | 1662 uint64_t zsize = 0; in zba_memory_exhausted() local 1663 zone_t z = zone_find_largest(&zsize); in zba_memory_exhausted() 1668 mach_vm_size_pretty(zsize), mach_vm_size_unit(zsize), in zba_memory_exhausted() 10388 vm_size_t zsize; in zone_set_map_sizes() local 10396 zsize = zsizearg * (1024ULL * 1024); in zone_set_map_sizes() 10399 zsize = (vm_size_t)(sane_size >> 2); in zone_set_map_sizes() 10400 zsize += zsize >> 1; in zone_set_map_sizes() 10403 if (zsize < CONFIG_ZONE_MAP_MIN) { in zone_set_map_sizes() 10406 if (zsize > sane_size >> 1) { in zone_set_map_sizes() 10409 if (zsizearg == 0 && zsize > ZONE_MAP_MAX) { in zone_set_map_sizes() [all …]
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOKitDebug.cpp | 1676 …ret = IOTrackingDebug(args->selector, params->options, params->value, params->tag, params->zsize, … in IOTrackingMethodDispatched()
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_resident.c | 10333 vm_size_t zsize; in vm_kern_allocation_info() local 10337 zsize = zone_element_info((void *) addr, tag); in vm_kern_allocation_info() 10338 if (zsize) { in vm_kern_allocation_info() 10339 *zone_size = *size = zsize; in vm_kern_allocation_info()
|