Virtual memory management (virtmem.h)

The functions defined in virtmem.h allow the client to map or unmap the memory object into a process's virtual memory.

Description:

The library keeps track of all mappings. If the mappings aren't unmapped when the handle is closed, the library performs all necessary unmap calls.

Page updated: