Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/vm/ !
H A Dvm_compressor_xnu.h258 struct c_slot *c_slot_var_array; /* see C_SEG_SLOT_FROM_INDEX() */ member
298 …_seg_fixed_array_len ? &(cseg->c_slot_fixed_array[index]) : &(cseg->c_slot_var_array[index - c_seg…
H A Dvm_compressor.c2114 c_seg->c_slot_var_array); in c_seg_free_locked()
2288 old_slot_array = c_seg->c_slot_var_array; in c_seg_alloc_nextslot()
2306 c_seg->c_slot_var_array = new_slot_array; in c_seg_alloc_nextslot()
/xnu-11417.121.6/tools/lldbmacros/ !
H A Dmemory.py4990 cs = GetObjectAtIndexFromArray(c_seg.c_slot_var_array, c_indx - c_seg_fixed_array_len)