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

/ast/src/lib/libast/comp/
H A Domitted.c1115 #undef _AST_PAGESIZE macro
1116 #define _AST_PAGESIZE (int)sysconf(_SC_PAGESIZE) macro
1118 #ifndef _AST_PAGESIZE
1119 #define _AST_PAGESIZE 4096 macro
1126 return _AST_PAGESIZE;

Completed in 12 milliseconds