Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/vm/
H A Dvm_compressor.h272 extern int c_seg_fixed_array_len;
278 …dex) (index < c_seg_fixed_array_len ? &(cseg->c_slot_fixed_array[index]) : &(cseg->c_slot_var…
H A Dvm_compressor.c285 int c_seg_fixed_array_len; variable
1125 c_seg_fixed_array_len = c_seg_slot_var_array_min_len; in vm_compressor_init()
1129 c_seg_fixed_array_len++; in vm_compressor_init()
2196 if (c_seg->c_nextslot < c_seg_fixed_array_len) { in c_seg_alloc_nextslot()
2200 if ((c_seg->c_nextslot - c_seg_fixed_array_len) >= c_seg->c_slot_var_array_len) { in c_seg_alloc_nextslot()
/xnu-10002.41.9/tools/lldbmacros/
H A Dmemory.py4661 c_seg_fixed_array_len = kern.globals.c_seg_fixed_array_len
4662 if c_indx < c_seg_fixed_array_len:
4665 cs = GetObjectAtIndexFromArray(c_seg.c_slot_var_array, c_indx - c_seg_fixed_array_len)