Add bytesUsed() to folly::Arena
Summary: Returns number of bytes "really used by the user", i.e. number of bytes allocated on the arena via calls to `allocate()`. Test Plan: compiled, unit tests Reviewed By: azzolini@fb.com FB internal diff: D636976
Showing
Please register or sign in to comment