Searched defs:getTotalMemory (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp120 size_t PPConditionalDirectiveRecord::getTotalMemory() const { function in class:PPConditionalDirectiveRecord
H A DPreprocessingRecord.cpp485 size_t PreprocessingRecord::getTotalMemory() const { function in class:PreprocessingRecord
486 return BumpAlloc.getTotalMemory()
H A DPreprocessor.cpp248 llvm::errs() << "\nPreprocessor Memory: " << getTotalMemory() << "B total";
250 llvm::errs() << "\n BumpPtr: " << BP.getTotalMemory();
274 size_t Preprocessor::getTotalMemory() const { function in class:Preprocessor
275 return BP.getTotalMemory()
H A DHeaderSearch.cpp1078 size_t HeaderSearch::getTotalMemory() const { function in class:HeaderSearch
1082 + LookupFileCache.getAllocator().getTotalMemory()
1083 + FrameworkMap.getAllocator().getTotalMemory();
/external/llvm/include/llvm/Support/
H A DAllocator.h258 size_t getTotalMemory() const { function in class:llvm::BumpPtrAllocatorImpl
269 getTotalMemory());
/external/clang/lib/Basic/
H A DIdentifierTable.cpp517 size_t SelectorTable::getTotalMemory() const { function in class:clang::MultiKeywordSelector::SelectorTable
519 return SelTabImpl.Allocator.getTotalMemory();
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 3012 milliseconds