On 31-07-2012 19:36, Maxime Chevalier wrote:
The functions and constants related to this are all in
core.sys.posix.mman.

See also:

* https://github.com/lycus/mci/blob/master/src/mci/core/memory.d#L71
(and further down)
* https://github.com/lycus/mci/blob/master/src/mci/vm/code.d

Thanks. Forgive my ignorance though, but does core.sys.posix.sys.mman
ship standard with D compilers?

Yep. Anything core.* and std.* is part of druntime and phobos which both ship with any D 2.0 compiler.

--
Alex Rønne Petersen
[email protected]
http://lycus.org

Reply via email to