Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/comp/
H A Domitted.c1032 #undef _AST_PAGESIZE
1033 #define _AST_PAGESIZE (int)sysconf(_SC_PAGESIZE) macro
1035 #ifndef _AST_PAGESIZE
1036 #define _AST_PAGESIZE 4096 macro
1043 return _AST_PAGESIZE; in getpagesize()
H A Dconf.tab227 MMAP_FIXED_ALIGNMENT C QQ 1 L _AST_PAGESIZE
369 PAGE_SIZE POSIX SC 1 MU _AST_PAGESIZE
/titanic_41/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
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE53 09-08-10 vmalloc/vmhdr.h: add user-defined _AST_PAGESIZE and computed VMHEAPINCR