Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/vm/
H A Dvm_compressor.h268 extern int c_seg_fixed_array_len;
274 …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
1127 c_seg_fixed_array_len = c_seg_slot_var_array_min_len; in vm_compressor_init()
1131 c_seg_fixed_array_len++; in vm_compressor_init()
2198 if (c_seg->c_nextslot < c_seg_fixed_array_len) { in c_seg_alloc_nextslot()
2202 if ((c_seg->c_nextslot - c_seg_fixed_array_len) >= c_seg->c_slot_var_array_len) { in c_seg_alloc_nextslot()
/xnu-8792.41.9/tools/lldbmacros/
H A Dmemory.py4717 c_seg_fixed_array_len = kern.globals.c_seg_fixed_array_len
4718 if c_indx < c_seg_fixed_array_len:
4721 cs = GetObjectAtIndexFromArray(c_seg.c_slot_var_array, c_indx - c_seg_fixed_array_len)