Public Attributes | |
FILE * | fd |
void * | lastMapping |
unsigned long | lastMappedOffset |
unsigned long | mappingSize |
int | reopenHint |
string | filename |
Definition at line 39 of file Memory_Linux.cpp.
FILE* fd |
Definition at line 41 of file Memory_Linux.cpp.
Referenced by memory::closeFd(), memory::condOpenFd(), MemoryOsSpecific::fillBuffer(), and MemoryOsSpecific::putByte().
string filename |
Definition at line 46 of file Memory_Linux.cpp.
Referenced by memory::condOpenFd().
unsigned long lastMappedOffset |
Definition at line 43 of file Memory_Linux.cpp.
Referenced by memory::closeFd(), memory::condOpenFd(), and MemoryOsSpecific::fillBuffer().
void* lastMapping |
Definition at line 42 of file Memory_Linux.cpp.
Referenced by memory::closeFd(), memory::condOpenFd(), and MemoryOsSpecific::fillBuffer().
unsigned long mappingSize |
Definition at line 44 of file Memory_Linux.cpp.
Referenced by memory::closeFd(), and MemoryOsSpecific::fillBuffer().
int reopenHint |
Definition at line 45 of file Memory_Linux.cpp.
Referenced by MemoryOsSpecific::decReopenHint(), MemoryOsSpecific::fillBuffer(), MemoryOsSpecific::incReopenHint(), and MemoryOsSpecific::putByte().