kodi
|
Wrapper for mapped memory that automatically calls munmap on destruction. More...
#include <Mmap.h>
Public Member Functions | |
CMmap (void *addr, std::size_t length, int prot, int flags, int fildes, off_t offset) | |
See mmap(3p) for parameter description. | |
void * | Data () const |
std::size_t | Size () const |
Wrapper for mapped memory that automatically calls munmap on destruction.