Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_memory_entry.c2013 BtoKiB(size)); in mach_memory_entry_describe()
2019 BtoKiB(copy_map->size)); in mach_memory_entry_describe()
2025 BtoKiB(submap->size)); in mach_memory_entry_describe()
H A Dvm_map_internal.h111 #define BtoKiB(b) ((b) >> 10) macro