|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Support/Allocator.h 362 getTotalMemory());
tools/clang/include/clang/AST/ASTContext.h 696 return BumpAlloc.getTotalMemory();
tools/clang/include/clang/Basic/SourceManager.h 1565 return ContentCacheAlloc.getTotalMemory();
tools/clang/lib/Basic/IdentifierTable.cpp 648 return SelTabImpl.Allocator.getTotalMemory();
tools/clang/lib/Lex/HeaderSearch.cpp 1335 + LookupFileCache.getAllocator().getTotalMemory()
1336 + FrameworkMap.getAllocator().getTotalMemory();
tools/clang/lib/Lex/PreprocessingRecord.cpp 511 return BumpAlloc.getTotalMemory()
tools/clang/lib/Lex/Preprocessor.cpp 290 llvm::errs() << "\n BumpPtr: " << BP.getTotalMemory();
321 return BP.getTotalMemory()
tools/clang/tools/extra/clangd/ParsedAST.cpp 461 Total += AST.Idents.getAllocator().getTotalMemory();
tools/clang/tools/extra/clangd/index/Ref.h 88 return sizeof(*this) + Arena.getTotalMemory() +
tools/clang/tools/extra/clangd/index/Symbol.h 193 return sizeof(*this) + Arena.getTotalMemory() +
tools/clang/tools/libclang/CIndex.cpp 8575 (unsigned long) astContext.Idents.getAllocator().getTotalMemory());
8589 completionBytes = completionAllocator->getTotalMemory();
unittests/ADT/StringRefTest.cpp 940 EXPECT_EQ(Alloc.getTotalMemory(), 0u);