Searched defs:_PAGESIZE (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libctf/common/ | ||
H A D | ctf_lib.c | 49 static size_t _PAGESIZE; variable 63 _PAGESIZE = getpagesize(); 64 _PAGEMASK = ~(_PAGESIZE - 1); |
Completed in 45 milliseconds