Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/vm/
H A Dvm_compressor_pager.c185 #define COMPRESSOR_SLOTS_CHUNK_SIZE (512) macro
186 #define COMPRESSOR_SLOTS_PER_CHUNK (COMPRESSOR_SLOTS_CHUNK_SIZE / sizeof (compressor_slot_t))
208 COMPRESSOR_SLOTS_CHUNK_SIZE
388 zfree_slot_array(chunk, COMPRESSOR_SLOTS_CHUNK_SIZE); in compressor_memory_object_deallocate()
649 t_chunk = zalloc_slot_array(COMPRESSOR_SLOTS_CHUNK_SIZE, in compressor_pager_slot_lookup()
672 zfree_slot_array(t_chunk, COMPRESSOR_SLOTS_CHUNK_SIZE); in compressor_pager_slot_lookup()
711 assert(size <= COMPRESSOR_SLOTS_CHUNK_SIZE); in zalloc_slot_array()
729 assert(size <= COMPRESSOR_SLOTS_CHUNK_SIZE); in zfree_slot_array()
992 zfree_slot_array(chunk, COMPRESSOR_SLOTS_CHUNK_SIZE); in vm_compressor_pager_reap_pages()