OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTotalMemory
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h
68
size_t
getTotalMemory
() const;
HeaderSearch.h
778
size_t
getTotalMemory
() const;
PreprocessingRecord.h
410
size_t
getTotalMemory
() const;
Preprocessor.h
1881
size_t
getTotalMemory
() const;
/src/external/apache2/llvm/dist/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp
117
size_t PPConditionalDirectiveRecord::
getTotalMemory
() const {
PreprocessingRecord.cpp
510
size_t PreprocessingRecord::
getTotalMemory
() const {
511
return BumpAlloc.
getTotalMemory
()
Preprocessor.cpp
289
llvm::errs() << "\nPreprocessor Memory: " <<
getTotalMemory
() << "B total";
291
llvm::errs() << "\n BumpPtr: " << BP.
getTotalMemory
();
321
size_t Preprocessor::
getTotalMemory
() const {
322
return BP.
getTotalMemory
()
HeaderSearch.cpp
1352
size_t HeaderSearch::
getTotalMemory
() const {
1356
+ LookupFileCache.getAllocator().
getTotalMemory
()
1357
+ FrameworkMap.getAllocator().
getTotalMemory
();
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Allocator.h
276
size_t
getTotalMemory
() const {
293
getTotalMemory
());
/src/external/apache2/llvm/dist/clang/lib/Basic/
IdentifierTable.cpp
691
size_t SelectorTable::
getTotalMemory
() const {
693
return SelTabImpl.Allocator.
getTotalMemory
();
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
IdentifierTable.h
855
size_t
getTotalMemory
() const;
SourceManager.h
1558
return ContentCacheAlloc.
getTotalMemory
();
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
8740
(unsigned long)astContext.Idents.getAllocator().
getTotalMemory
());
8745
(unsigned long)astContext.Selectors.
getTotalMemory
());
8756
completionBytes = completionAllocator->
getTotalMemory
();
8796
pp.
getTotalMemory
());
8801
pRec->
getTotalMemory
());
8806
pp.getHeaderSearchInfo().
getTotalMemory
());
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
683
return BumpAlloc.
getTotalMemory
();
Completed in 69 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026