https://issues.dlang.org/show_bug.cgi?id=11372

Dmitry Olshansky <dmitry.o...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmitry.o...@gmail.com

--- Comment #2 from Dmitry Olshansky <dmitry.o...@gmail.com> ---
> There is core.sys.posix.sys.shm.__getpagesize

Actually on POSIX it's obtained via sysconf and _SC_PAGESIZE.

Anyway I guess the point is that collector need to know page size anyway, and
there is a global hidden somewhere deep that holds this size.

--

Reply via email to