Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPreprocessor.cpp248 llvm::errs() << "\nPreprocessor Memory: " << getTotalMemory() << "B total"; in PrintStats()
250 llvm::errs() << "\n BumpPtr: " << BP.getTotalMemory(); in PrintStats()
274 size_t Preprocessor::getTotalMemory() const { in getTotalMemory() function in Preprocessor
275 return BP.getTotalMemory() in getTotalMemory()
DPPConditionalDirectiveRecord.cpp120 size_t PPConditionalDirectiveRecord::getTotalMemory() const { in getTotalMemory() function in PPConditionalDirectiveRecord
DPreprocessingRecord.cpp485 size_t PreprocessingRecord::getTotalMemory() const { in getTotalMemory() function in PreprocessingRecord
486 return BumpAlloc.getTotalMemory() in getTotalMemory()
DHeaderSearch.cpp1078 size_t HeaderSearch::getTotalMemory() const { in getTotalMemory() function in HeaderSearch
1082 + LookupFileCache.getAllocator().getTotalMemory() in getTotalMemory()
1083 + FrameworkMap.getAllocator().getTotalMemory(); in getTotalMemory()
/external/clang/include/clang/Lex/
DPPConditionalDirectiveRecord.h69 size_t getTotalMemory() const;
DHeaderSearch.h621 size_t getTotalMemory() const;
DPreprocessingRecord.h377 size_t getTotalMemory() const;
DPreprocessor.h1176 size_t getTotalMemory() const;
/external/llvm/include/llvm/Support/
DAllocator.h258 size_t getTotalMemory() const { in getTotalMemory() function
269 getTotalMemory()); in PrintStats()
/external/clang/lib/Basic/
DIdentifierTable.cpp517 size_t SelectorTable::getTotalMemory() const { in getTotalMemory() function in SelectorTable
519 return SelTabImpl.Allocator.getTotalMemory(); in getTotalMemory()
/external/clang/include/clang/Basic/
DIdentifierTable.h741 size_t getTotalMemory() const;
DSourceManager.h1380 return ContentCacheAlloc.getTotalMemory(); in getContentCacheSize()
/external/clang/tools/libclang/
DCIndex.cpp6648 (unsigned long) astContext.Idents.getAllocator().getTotalMemory()); in clang_getCXTUResourceUsage()
6652 (unsigned long) astContext.Selectors.getTotalMemory()); in clang_getCXTUResourceUsage()
6662 completionBytes = completionAllocator->getTotalMemory(); in clang_getCXTUResourceUsage()
6705 pp.getTotalMemory()); in clang_getCXTUResourceUsage()
6710 pRec->getTotalMemory()); in clang_getCXTUResourceUsage()
6715 pp.getHeaderSearchInfo().getTotalMemory()); in clang_getCXTUResourceUsage()
/external/clang/include/clang/AST/
DASTContext.h485 return BumpAlloc.getTotalMemory(); in getASTAllocatedMemory()