[Lldb-commits] [PATCH] D117914: [lldb] Add ConstString memory usage statistics
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 21 11:45:27 PST 2022
JDevlieghere added inline comments.
================
Comment at: lldb/include/lldb/Utility/ConstString.h:409
/// in memory.
static size_t StaticMemorySize();
----------------
I purposely didn't use this function for the reasons explained in the summary. It seems like a few classes implement this, but it's not actually used anywhere. If we care, I can reimplement this in terms of the new MemoryStats. If we don't I can remove it in a follow-up patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117914/new/
https://reviews.llvm.org/D117914
More information about the lldb-commits
mailing list