The OpenD Programming Language

os_mem_unmap

Unmap memory allocated with os_mem_map().

version(Windows)
nothrow @nogc
int
os_mem_unmap
(
void* base
,
size_t nbytes
)

Return Value

Type: int

0 success !=0 failure

Meta