31 CMmap(
void* addr, std::size_t length,
int prot,
int flags,
int fildes, off_t offset);
38 std::size_t Size()
const Definition: ColorUtils.h:18
CMmap(void *addr, std::size_t length, int prot, int flags, int fildes, off_t offset)
See mmap(3p) for parameter description.
Definition: Mmap.cpp:15
Definition: AudioDecoder.h:18
Wrapper for mapped memory that automatically calls munmap on destruction.
Definition: Mmap.h:25