This is the complete list of members for folly::MemoryMapping, including all inherited members.
advise(int advice) const | folly::MemoryMapping | |
advise(int advice, size_t offset, size_t length) const | folly::MemoryMapping | |
AnonymousType enum name | folly::MemoryMapping | |
asRange() const | folly::MemoryMapping | inline |
asWritableRange() const | folly::MemoryMapping | inline |
data() const | folly::MemoryMapping | inline |
data_ | folly::MemoryMapping | private |
fd() const | folly::MemoryMapping | inline |
file_ | folly::MemoryMapping | private |
hintLinearScan() | folly::MemoryMapping | |
init(off_t offset, off_t length) | folly::MemoryMapping | private |
InitFlags enum name | folly::MemoryMapping | private |
kAnon enum value | folly::MemoryMapping | private |
kAnonymous enum value | folly::MemoryMapping | |
kGrow enum value | folly::MemoryMapping | private |
locked_ | folly::MemoryMapping | private |
LockMode enum name | folly::MemoryMapping | |
mapLength_ | folly::MemoryMapping | private |
mapStart_ | folly::MemoryMapping | private |
MemoryMapping(AnonymousType, off_t length, Options options=Options()) | folly::MemoryMapping | |
MemoryMapping(File file, off_t offset=0, off_t length=-1, Options options=Options()) | folly::MemoryMapping | explicit |
MemoryMapping(const char *name, off_t offset=0, off_t length=-1, Options options=Options()) | folly::MemoryMapping | explicit |
MemoryMapping(int fd, off_t offset=0, off_t length=-1, Options options=Options()) | folly::MemoryMapping | explicit |
MemoryMapping(MemoryMapping &&) noexcept | folly::MemoryMapping | |
MemoryMapping() | folly::MemoryMapping | private |
mlock(LockMode lock) | folly::MemoryMapping | |
mlocked() const | folly::MemoryMapping | inline |
munlock(bool dontneed=false) | folly::MemoryMapping | |
operator=(MemoryMapping) | folly::MemoryMapping | |
options_ | folly::MemoryMapping | private |
range() const | folly::MemoryMapping | inline |
swap(MemoryMapping &other) noexcept | folly::MemoryMapping | |
writable() | folly::MemoryMapping | inlinestatic |
writableRange() const | folly::MemoryMapping | inline |
~MemoryMapping() | folly::MemoryMapping | |