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

/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 61 milliseconds