Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dmalloc.c764 #ifndef MIN_SBRK
765 # define MIN_SBRK 2048 macro
850 MIN_SBRK,
872 # undef MIN_SBRK
878 # define MIN_SBRK MallocCfg[MallocCfg_MIN_SBRK] macro
1481 else if (require < (MEM_SIZE)MIN_SBRK) require = MIN_SBRK; in getpages()
1485 require = ((require - 1 + MIN_SBRK) / MIN_SBRK) * MIN_SBRK; in getpages()