bitable
0.1
Ordered immutable key value storage system.
|
#include <memorymappedfile.h>
Data Fields | |
BitableMemoryMappedFileHandle * | handle |
size_t | size |
void * | address |
Memory mapped file Includes the handle, size of the mapping and the address of the mapping. The handle is OS specific, but the size and address are standardstandard.
void* BitableMemoryMappedFile::address |
The memory addres of the mapping.
BitableMemoryMappedFileHandle* BitableMemoryMappedFile::handle |
The OS specific handle
size_t BitableMemoryMappedFile::size |
Size in bytes of the memory mapped file allocation.