Searched refs:del_end (Results 1 – 1 of 1) sorted by relevance
2594 uint64_t del_end = ml->ml_address + ml->ml_size; in dr_get_copy_mlist() local2605 if (del_end > dyn_base && del_end < dyn_end) in dr_get_copy_mlist()2606 del_end = dyn_end; in dr_get_copy_mlist()2609 x_ml = memlist_cat_span(x_ml, del_base, del_end - del_base); in dr_get_copy_mlist()