Get total memory currently allocated by an Arena allocator
Summary: The Arena allocator knows how much memory it's using up, so create a function that allows clients to figure out how much it's using. Also create a unit test to sanity check this stuff. Test Plan: folly/test/ArenaTest.cpp Reviewed By: tudorb@fb.com FB internal diff: D579399
Showing
folly/test/ArenaTest.cpp
0 → 100644
Please register or sign in to comment