Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor_backing_store.c2401 uint64_t total_space = 0; in vm_swap_get_total_space() local
2403 total_space = (uint64_t)vm_swapfile_total_segs_alloced * compressed_swap_chunk_size; in vm_swap_get_total_space()
2405 return total_space; in vm_swap_get_total_space()