HomeSort by relevance Sort by last modified time
    Searched defs:getTotalMemory (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Support/
Allocator.cpp 139 size_t BumpPtrAllocator::getTotalMemory() const {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeHeapSnapshot.java 47 mTotalSize = getTotalMemory(heapAllocations);
50 protected long getTotalMemory(Collection<NativeAllocationInfo> heapSnapshot) {
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 299 size_t getTotalMemory() const {
300 return BumpAlloc.getTotalMemory();
  /external/clang/lib/Lex/
Preprocessor.cpp 230 size_t Preprocessor::getTotalMemory() const {
231 return BP.getTotalMemory() + MacroExpandedTokens.capacity()*sizeof(Token);
  /external/clang/lib/Basic/
IdentifierTable.cpp 442 size_t SelectorTable::getTotalMemory() const {
444 return SelTabImpl.Allocator.getTotalMemory();

Completed in 120 milliseconds