Unmap the memory mapping with the specified base address and specified size. Return 0 on success, and a non‐zero value otherwise. The behavior is undefined unless this area with address and size was previously mapped with a map call.
Synopsis
Declared in <bdls_filesystemutil.h>
static
int
unmap(
void* address,
std::size_t size);
Created with MrDocs