Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/ !
H A Dvm_compressor.c2321 struct c_slot *old_slot_array = NULL; in c_seg_alloc_nextslot() local
2332 old_slot_array = c_seg->c_slot_var_array; in c_seg_alloc_nextslot()
2344 if (old_slot_array) { in c_seg_alloc_nextslot()
2345 memcpy(new_slot_array, old_slot_array, in c_seg_alloc_nextslot()
2354 kfree_type(struct c_slot, oldlen, old_slot_array); in c_seg_alloc_nextslot()