Home
last modified time | relevance | path

Searched refs:BtoKiB (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/osfmk/vm/
H A Dvm_memory_entry.c2038 BtoKiB(size)); in mach_memory_entry_describe()
2044 BtoKiB(copy_map->size)); in mach_memory_entry_describe()
2050 BtoKiB(submap->size)); in mach_memory_entry_describe()
H A Dvm_map_internal.h111 #define BtoKiB(b) ((b) >> 10) macro