aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.cpp
diff options
context:
space:
mode:
authorKirill Bobyrev <kbobyrev.opensource@gmail.com>2018-09-26 15:06:23 +0000
committerKirill Bobyrev <kbobyrev.opensource@gmail.com>2018-09-26 15:06:23 +0000
commitea4f20c6bef7ee65a820e65f93efe0af97997a14 (patch)
treecd16956d5f8ada3455914d4b050644897f3657b7 /lldb/source/Commands/CommandObjectThread.cpp
parent0cdf629394ac6b4081aa8952d99442e8c1f313d8 (diff)
downloadllvm-ea4f20c6bef7ee65a820e65f93efe0af97997a14.zip
llvm-ea4f20c6bef7ee65a820e65f93efe0af97997a14.tar.gz
llvm-ea4f20c6bef7ee65a820e65f93efe0af97997a14.tar.bz2
[clangd] Fix bugs with incorrect memory estimate report
* With the current implementation, `sizeof(std::vector<Chunk>)` is added twice to the `Dex` memory estimate which is incorrect * `Dex` logs memory usage estimation before `BackingDataSize` is set and hence the log report excludes size of the external `SymbolSlab` which is coupled with `Dex` instance Reviewed By: ioeric Differential Revision: https://reviews.llvm.org/D52503 llvm-svn: 343117
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions