Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/vm/
H A Dvm_compressor.h251 extern int c_seg_fixed_array_len;
255 …dex) (index < c_seg_fixed_array_len ? &(cseg->c_slot_fixed_array[index]) : &(cseg->c_slot_var…
H A Dvm_compressor.c254 int c_seg_fixed_array_len; variable
910 c_seg_fixed_array_len = c_seg_slot_var_array_min_len; in vm_compressor_init()
914 c_seg_fixed_array_len++; in vm_compressor_init()
1881 if (c_seg->c_nextslot < c_seg_fixed_array_len) { in c_seg_alloc_nextslot()
1885 if ((c_seg->c_nextslot - c_seg_fixed_array_len) >= c_seg->c_slot_var_array_len) { in c_seg_alloc_nextslot()
/xnu-8019.80.24/tools/lldbmacros/
H A Dmemory.py5017 c_seg_fixed_array_len = kern.globals.c_seg_fixed_array_len
5018 if c_indx < c_seg_fixed_array_len:
5021 cs = GetObjectAtIndexFromArray(c_seg.c_slot_var_array, c_indx - c_seg_fixed_array_len)