Home
last modified time | relevance | path

Searched refs:getTotalMemory (Results 1 – 13 of 13) sorted by relevance

/external/clang/lib/Lex/
DPreprocessor.cpp241 llvm::errs() << "\nPreprocessor Memory: " << getTotalMemory() << "B total"; in PrintStats()
243 llvm::errs() << "\n BumpPtr: " << BP.getTotalMemory(); in PrintStats()
267 size_t Preprocessor::getTotalMemory() const { in getTotalMemory() function in Preprocessor
268 return BP.getTotalMemory() in getTotalMemory()
DPreprocessingRecord.cpp514 size_t PreprocessingRecord::getTotalMemory() const { in getTotalMemory() function in PreprocessingRecord
515 return BumpAlloc.getTotalMemory() in getTotalMemory()
DHeaderSearch.cpp796 size_t HeaderSearch::getTotalMemory() const { in getTotalMemory() function in HeaderSearch
800 + LookupFileCache.getAllocator().getTotalMemory() in getTotalMemory()
801 + FrameworkMap.getAllocator().getTotalMemory(); in getTotalMemory()
/external/llvm/lib/Support/
DAllocator.cpp139 size_t BumpPtrAllocator::getTotalMemory() const { in getTotalMemory() function in llvm::BumpPtrAllocator
/external/llvm/include/llvm/Support/
DAllocator.h182 size_t getTotalMemory() const;
/external/clang/lib/Basic/
DIdentifierTable.cpp480 size_t SelectorTable::getTotalMemory() const { in getTotalMemory() function in SelectorTable
482 return SelTabImpl.Allocator.getTotalMemory(); in getTotalMemory()
/external/clang/include/clang/Lex/
DHeaderSearch.h532 size_t getTotalMemory() const;
DPreprocessingRecord.h402 size_t getTotalMemory() const;
DPreprocessor.h979 size_t getTotalMemory() const;
/external/clang/include/clang/Basic/
DIdentifierTable.h718 size_t getTotalMemory() const;
DSourceManager.h1265 return ContentCacheAlloc.getTotalMemory(); in getContentCacheSize()
/external/clang/tools/libclang/
DCIndex.cpp5942 (unsigned long) astContext.Idents.getAllocator().getTotalMemory()); in clang_getCXTUResourceUsage()
5946 (unsigned long) astContext.Selectors.getTotalMemory()); in clang_getCXTUResourceUsage()
5956 completionBytes = completionAllocator->getTotalMemory(); in clang_getCXTUResourceUsage()
5999 pp.getTotalMemory()); in clang_getCXTUResourceUsage()
6004 pRec->getTotalMemory()); in clang_getCXTUResourceUsage()
6009 pp.getHeaderSearchInfo().getTotalMemory()); in clang_getCXTUResourceUsage()
/external/clang/include/clang/AST/
DASTContext.h417 return BumpAlloc.getTotalMemory(); in getASTAllocatedMemory()