kodi
|
Get a chunk of shared memory of specified size. More...
#include <SharedMemory.h>
Public Member Functions | |
CSharedMemory (std::size_t size) | |
std::size_t | Size () const |
void * | Data () const |
int | Fd () const |
Get a chunk of shared memory of specified size.
The shared memory is automatically allocated, truncated to the correct size and memory-mapped.