Searched refs:SBRK_MIN_MAPPING (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/posixcompat/
H A Dsbrk.c24 #define SBRK_MIN_MAPPING (16 * LARGE_PAGE_SIZE) macro
30 #define SBRK_MIN_MAPPING (16 * LARGE_PAGE_SIZE) macro
37 #define SBRK_MIN_MAPPING (2 * BASE_PAGE_SIZE) macro
135 if (inc_bytes < SBRK_MIN_MAPPING) {
136 inc_bytes = SBRK_MIN_MAPPING;

Completed in 76 milliseconds