Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dmalloc.c768 #ifndef FIRST_SBRK
769 # define FIRST_SBRK (48*1024) macro
849 FIRST_SBRK,
873 # undef FIRST_SBRK
879 # define FIRST_SBRK MallocCfg[MallocCfg_FIRST_SBRK] macro
1479 if (!last_sbrk_top && require < (MEM_SIZE)FIRST_SBRK) in getpages()
1480 require = FIRST_SBRK; in getpages()