bitable  0.1
Ordered immutable key value storage system.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
BitableMemoryMappedFile Struct Reference

#include <memorymappedfile.h>

Data Fields

BitableMemoryMappedFileHandlehandle
 
size_t size
 
void * address
 

Detailed Description

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.

Field Documentation

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.


The documentation for this struct was generated from the following file: