allocate

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ubyte[] allocate(size_t bytes, void* location, bool is_executable)
    version(Posix)
    ubyte[]
    allocate
    (
    size_t bytes
    ,
    void* location
    ,)
  2. ubyte[] allocate(size_t bytes, void* location, MemType memoryType)

Meta