Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/vm/
H A Dvm_compressor.h259 extern int c_seg_fixed_array_len;
263 …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
933 c_seg_fixed_array_len = c_seg_slot_var_array_min_len; in vm_compressor_init()
937 c_seg_fixed_array_len++; in vm_compressor_init()
1904 if (c_seg->c_nextslot < c_seg_fixed_array_len) { in c_seg_alloc_nextslot()
1908 if ((c_seg->c_nextslot - c_seg_fixed_array_len) >= c_seg->c_slot_var_array_len) { in c_seg_alloc_nextslot()
/xnu-8020.121.3/tools/lldbmacros/
H A Dmemory.py4414 c_seg_fixed_array_len = kern.globals.c_seg_fixed_array_len
4415 if c_indx < c_seg_fixed_array_len:
4418 cs = GetObjectAtIndexFromArray(c_seg.c_slot_var_array, c_indx - c_seg_fixed_array_len)