Don't do memory operations in chunks on MSVC
authorOrvid King <blah38621@gmail.com>
Tue, 13 Oct 2015 18:58:18 +0000 (11:58 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Tue, 13 Oct 2015 19:20:18 +0000 (12:20 -0700)
commit5049c2b561d5eab6d3d686d4059c4317ef44263c
tree91143263dd26022ad6bf3e79401e13f49b74d48d
parent19b1f5f765dc59354416fbd6df24fa7a39d4b390
Don't do memory operations in chunks on MSVC

Summary: Because, especially with the way that munmap is implemented in my windows port, this is a very bad idea. Plus, it's completely unnecessary on Windows.
Closes https://github.com/facebook/folly/pull/265

Reviewed By: @yfeldblum

Differential Revision: D2283757

fb-gh-sync-id: 831c8aaad9bd5ad0fe091ea1e006814774d8a27c
folly/MemoryMapping.cpp