Searched refs:ard_space (Results 1 – 1 of 1) sorted by relevance
54 size_t ard_count, ard_space; in mboot_scan_memory() local79 ard_space = RANGE_ALLOC_BLOCK; in mboot_scan_memory()98 if (ard_count >= ard_space) { in mboot_scan_memory()99 ard_space += RANGE_ALLOC_BLOCK; in mboot_scan_memory()100 *ardp = ard = realloc(ard, ard_space * sizeof *ard); in mboot_scan_memory()