Searched refs:_AST_PAGESIZE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h164 #if _AST_PAGESIZE > VMPAGESIZE
166 #define VMPAGESIZE _AST_PAGESIZE
169 #if _lib_getpagesize && !defined(_AST_PAGESIZE)
176 #ifdef _AST_PAGESIZE
/illumos-gate/usr/src/lib/libast/common/comp/
H A Domitted.c1032 #undef _AST_PAGESIZE macro
1033 #define _AST_PAGESIZE (int)sysconf(_SC_PAGESIZE) macro
1035 #ifndef _AST_PAGESIZE
1036 #define _AST_PAGESIZE 4096 macro
1043 return _AST_PAGESIZE;

Completed in 62 milliseconds