kodi
Public Member Functions | List of all members
KODI::UTILS::POSIX::CMmap Class Reference

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
 

Detailed Description

Wrapper for mapped memory that automatically calls munmap on destruction.


The documentation for this class was generated from the following files: