Searched refs:MIN_SBRK (Results 1 – 1 of 1) sorted by relevance
953 #ifndef MIN_SBRK954 # define MIN_SBRK 2048 macro1061 MIN_SBRK,1083 # undef MIN_SBRK1089 # define MIN_SBRK MallocCfg[MallocCfg_MIN_SBRK] macro1678 else if (require < (MEM_SIZE)MIN_SBRK) require = MIN_SBRK; in getpages()1682 require = ((require - 1 + MIN_SBRK) / MIN_SBRK) * MIN_SBRK; in getpages()