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

/macosx-10.10/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmhdr.h156 #define GETPAGESIZE(x) ((x) ? (x) : ((x)=getpagesize()) ) macro
158 #define GETPAGESIZE(x) ((x) = VMPAGESIZE) macro

Completed in 106 milliseconds