os_mem_unmap

Unmap memory allocated with os_mem_map(). Memory must have already been decommitted.

  1. int os_mem_unmap(void* base, size_t nbytes)
    static if(is(typeof(VirtualAlloc)))
    int
    os_mem_unmap
  2. int os_mem_unmap(void* base, size_t nbytes)
  3. int os_mem_unmap(void* base, size_t nbytes)
  4. int os_mem_unmap(void* base, size_t nbytes)

Return Value

Type: int

0 success !=0 failure

Meta