[PATCH] D51539: [clangd] Add symbol slab size to index memory consumption estimates
Kirill Bobyrev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 31 06:30:47 PDT 2018
kbobyrev planned changes to this revision.
kbobyrev added a comment.
I should use `SymbolSlab.bytes()` instead of `SymbolSlab.size()`. Either way, something seems to be wrong, because manually checking the `PairedSlabSize` made me suspicious.
https://reviews.llvm.org/D51539
More information about the cfe-commits
mailing list