os_mem_map

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void* os_mem_map(size_t nbytes)
  2. void* os_mem_map(size_t nbytes)
  3. void* os_mem_map(size_t nbytes)
    static if(!(is(typeof(VirtualAlloc))))
    static if(!(is(typeof(mmap))))
    static if(is(typeof(valloc)))
    void*
    os_mem_map
  4. void* os_mem_map(size_t nbytes)

Meta