Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dmalloc.c953 #ifndef MIN_SBRK
954 # define MIN_SBRK 2048 macro
1061 MIN_SBRK,
1083 # undef MIN_SBRK
1089 # define MIN_SBRK MallocCfg[MallocCfg_MIN_SBRK] macro
1678 else if (require < (MEM_SIZE)MIN_SBRK) require = MIN_SBRK; in getpages()
1682 require = ((require - 1 + MIN_SBRK) / MIN_SBRK) * MIN_SBRK; in getpages()