|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#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.
|
explicit |
|
inline |
|
inline |
|
inline |