Home
last modified time | relevance | path

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

/external/syslinux/com32/mboot/
Dmem.c47 #define RANGE_ALLOC_BLOCK 128 macro
74 *ardp = ard = malloc(RANGE_ALLOC_BLOCK * sizeof *ard); in mboot_scan_memory()
79 ard_space = RANGE_ALLOC_BLOCK; in mboot_scan_memory()
99 ard_space += RANGE_ALLOC_BLOCK; in mboot_scan_memory()