Searched refs:smallest_gap_size (Results 1 – 1 of 1) sorted by relevance
111 size_t smallest_gap_size = SIZE_MAX; in find_value_alloc_offset() local117 if (gap >= to_alloc_size && gap < smallest_gap_size) { in find_value_alloc_offset()119 smallest_gap_size = gap; in find_value_alloc_offset()