ywkaras commented on code in PR #10944:
URL: https://github.com/apache/trafficserver/pull/10944#discussion_r1430899048
##########
lib/swoc/include/swoc/MemArena.h:
##########
@@ -421,11 +482,10 @@ class MemArena
static constexpr size_t DEFAULT_BLOCK_SIZE = Page::SCALE -
Paragraph{round_up(ALLOC_HEADER_SIZE + sizeof(Block))};
size_t _active_allocated = 0; ///< Total allocations in the active
generation.
- size_t _active_reserved = 0; ///< Total current reserved memory.
+ size_t _active_reserved = 0; ///< Total reserved memory (allocated from OS).
Review Comment:
I think you mean "allocated from the compiler runtime library allocator"?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]