implement ThreadCachedArena::totalSize()
authorPhilip Pronin <philipp@fb.com>
Sat, 19 Sep 2015 06:38:39 +0000 (23:38 -0700)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Sat, 19 Sep 2015 07:20:16 +0000 (00:20 -0700)
commit9642ca2dee51e2f4d04628a6fde613eb8101ef75
tree220bda2b877482bb42e56aeaf9f9b71410a3e31f
parent77bea361da2080c0a596ac0cc640a37b84091488
implement ThreadCachedArena::totalSize()

Summary: Semantics matches `Arena<>::totalSize()`.

Reviewed By: @luciang, @ot

Differential Revision: D2456388
folly/ThreadCachedArena.cpp
folly/ThreadCachedArena.h
folly/test/ThreadCachedArenaTest.cpp