Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPreprocessor.cpp269 llvm::errs() << "\nPreprocessor Memory: " << getTotalMemory() << "B total"; in PrintStats()
271 llvm::errs() << "\n BumpPtr: " << BP.getTotalMemory(); in PrintStats()
301 size_t Preprocessor::getTotalMemory() const { in getTotalMemory() function in Preprocessor
302 return BP.getTotalMemory() in getTotalMemory()
DPPConditionalDirectiveRecord.cpp120 size_t PPConditionalDirectiveRecord::getTotalMemory() const { in getTotalMemory() function in PPConditionalDirectiveRecord
DPreprocessingRecord.cpp483 size_t PreprocessingRecord::getTotalMemory() const { in getTotalMemory() function in PreprocessingRecord
484 return BumpAlloc.getTotalMemory() in getTotalMemory()
DHeaderSearch.cpp1080 size_t HeaderSearch::getTotalMemory() const { in getTotalMemory() function in HeaderSearch
1084 + LookupFileCache.getAllocator().getTotalMemory() in getTotalMemory()
1085 + FrameworkMap.getAllocator().getTotalMemory(); in getTotalMemory()
/external/clang/include/clang/Lex/
DPPConditionalDirectiveRecord.h69 size_t getTotalMemory() const;
DHeaderSearch.h639 size_t getTotalMemory() const;
DPreprocessingRecord.h377 size_t getTotalMemory() const;
DPreprocessor.h1486 size_t getTotalMemory() const;
/external/llvm/include/llvm/Support/
DAllocator.h271 size_t getTotalMemory() const { in getTotalMemory() function
282 getTotalMemory()); in PrintStats()
/external/clang/lib/Basic/
DIdentifierTable.cpp597 size_t SelectorTable::getTotalMemory() const { in getTotalMemory() function in SelectorTable
599 return SelTabImpl.Allocator.getTotalMemory(); in getTotalMemory()
/external/clang/include/clang/Basic/
DIdentifierTable.h762 size_t getTotalMemory() const;
DSourceManager.h1405 return ContentCacheAlloc.getTotalMemory(); in getContentCacheSize()
/external/clang/tools/libclang/
DCIndex.cpp7212 (unsigned long) astContext.Idents.getAllocator().getTotalMemory()); in clang_getCXTUResourceUsage()
7216 (unsigned long) astContext.Selectors.getTotalMemory()); in clang_getCXTUResourceUsage()
7226 completionBytes = completionAllocator->getTotalMemory(); in clang_getCXTUResourceUsage()
7269 pp.getTotalMemory()); in clang_getCXTUResourceUsage()
7274 pRec->getTotalMemory()); in clang_getCXTUResourceUsage()
7279 pp.getHeaderSearchInfo().getTotalMemory()); in clang_getCXTUResourceUsage()
/external/clang/include/clang/AST/
DASTContext.h569 return BumpAlloc.getTotalMemory(); in getASTAllocatedMemory()