Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dstk.c56 #define STK_FSIZE (1024*sizeof(char*)) macro
235 bsize = roundof(bsize,STK_FSIZE/16); in stkopen()
238 bsize = roundof(bsize,STK_FSIZE); in stkopen()
514 n = roundof(n,STK_FSIZE/16); in stkgrow()
517 n = roundof(n,STK_FSIZE); in stkgrow()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE99 11-02-08 misc/stk.c: change STK_FSIZE to (1024*sizeof(char*)) for 64 bit normalization