Unmap the memory mapping with the specified address and size.
Declared in <bdls_filesystemutil.h>
static
int
unmap(
void* address,
std::size_t 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.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| address | base address of the mapping to unmap |
| size | length in bytes of the mapping to unmap |