Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h162 #define VMPAGESIZE 8192 macro
164 #if _AST_PAGESIZE > VMPAGESIZE
165 #undef VMPAGESIZE
166 #define VMPAGESIZE _AST_PAGESIZE macro
171 (((x)=getpagesize()) < VMPAGESIZE ? ((x)=VMPAGESIZE) : (x)) )
173 #define GETPAGESIZE(x) ((x) = VMPAGESIZE)