|
NVBIO
|
A class to create a memory mapped object into a server process. The mapped file is destroyed when the destructor is called. See MappedFile.
#include <mmap.h>
Classes | |
| struct | Impl |
| struct | mapping_error |
| struct | view_error |
Public Methods | |
| ServerMappedFile () | |
| ~ServerMappedFile () | |
| void * | init (const char *name, const uint64 file_size, const void *src) |
| initialize the memory mapped file More... | |
1.8.4