re: Jemalloc fallout on sandpoint

matthew green <[email protected]> Wed, 10 Apr 2019 16:56:52 +1000
Newsgroups gmane.os.netbsd.current,gmane.os.netbsd.ports.sandpoint
Message-ID <[email protected]>
> Do powerpc kernels have a sysctl for page size ? I'm fairly sure that 
> arm does.

everyone has this :-)

getpagesize() is the simple method, but the standards function
is sysconf(_SC_PAGESIZE).


.mrg.