Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/vm/
H A Dvm_compressor.c60 uint32_t c_seg_max_pages, c_seg_off_limit, c_seg_allocsize, c_seg_slot_var_array_min_len; variable
809 c_seg_slot_var_array_min_len = c_seg_max_pages; in vm_compressor_init()
906 …uint32_t c_segment_size = sizeof(struct c_segment) + (c_seg_slot_var_array_min_len * sizeof(struct… in vm_compressor_init()
910 c_seg_fixed_array_len = c_seg_slot_var_array_min_len; in vm_compressor_init()
1890 newlen = c_seg_slot_var_array_min_len; in c_seg_alloc_nextslot()