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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dsysconf.c53 static int _pagesize = 0; local
97 if (_pagesize <= 0)
98 _pagesize = _sysconfig(_CONFIG_PAGESIZE);
99 return (_pagesize);

Completed in 30 milliseconds