Allocating Executable Memory

Gor Gyolchanyan gor.f.gyolchanyan at gmail.com
Tue Jul 31 10:45:21 PDT 2012


On Tue, Jul 31, 2012 at 9:36 PM, Maxime Chevalier <
maximechevalierb at gmail.com> 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<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<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?
>

It's part of druntime. Druntime is D's runtime library, without which D
code above version 2.0 can't work.

-- 
Bye,
Gor Gyolchanyan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20120731/ed85ff2f/attachment.html>


More information about the Digitalmars-d mailing list