Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/vm/
H A Dvm_compressor.h258 extern int c_seg_fixed_array_len;
264 …dex) (index < c_seg_fixed_array_len ? &(cseg->c_slot_fixed_array[index]) : &(cseg->c_slot_var…
H A Dvm_compressor.c280 int c_seg_fixed_array_len; variable
1124 c_seg_fixed_array_len = c_seg_slot_var_array_min_len; in vm_compressor_init()
1128 c_seg_fixed_array_len++; in vm_compressor_init()
2195 if (c_seg->c_nextslot < c_seg_fixed_array_len) { in c_seg_alloc_nextslot()
2199 if ((c_seg->c_nextslot - c_seg_fixed_array_len) >= c_seg->c_slot_var_array_len) { in c_seg_alloc_nextslot()
/xnu-8796.121.2/tools/lldbmacros/
H A Dmemory.py4528 c_seg_fixed_array_len = kern.globals.c_seg_fixed_array_len
4529 if c_indx < c_seg_fixed_array_len:
4532 cs = GetObjectAtIndexFromArray(c_seg.c_slot_var_array, c_indx - c_seg_fixed_array_len)