Home
last modified time | relevance | path

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

/xnu-11215/osfmk/vm/
H A Dvm_map.c22498 mach_vm_size_t volatile_compressed_count; in vm_map_query_volatile() local
22509 volatile_compressed_count = 0; in vm_map_query_volatile()
22552 volatile_compressed_count += in vm_map_query_volatile()
22570 *volatile_compressed_size_p = volatile_compressed_count * PAGE_SIZE; in vm_map_query_volatile()