os_mem_unmap

Unmap memory allocated with os_mem_map().

nothrow
int
os_mem_unmap
(
void* base
,
size_t nbytes
)

Return Value

Type: int

0 success !=0 failure

Suggestion Box / Bug Report