MemoryMapping
Summary: MemoryMapping is a C++ wrapper object around mmap. It works with `folly::File`s, and provides bitwise-range access for reading and writing files. Test Plan: Unit test Reviewed By: lucian@fb.com FB internal diff: D452384
Showing
folly/MemoryMapping.cpp
0 → 100644
folly/MemoryMapping.h
0 → 100644
Please register or sign in to comment