os_mem_unmap

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

Meta