Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_compressor_backing_store.c2379 uint64_t total_space = 0; in vm_swap_get_total_space() local
2381 total_space = (uint64_t)vm_swapfile_total_segs_alloced * compressed_swap_chunk_size; in vm_swap_get_total_space()
2383 return total_space; in vm_swap_get_total_space()