clayborg added inline comments.

================
Comment at: lldb/include/lldb/Utility/ConstString.h:415-416
+    size_t GetBytesWasted() const { return total_memory - bytes_allocated; }
+    size_t total_memory;
+    size_t bytes_allocated;
+  };
----------------



CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117914/new/

https://reviews.llvm.org/D117914

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to