HomeSort by relevance Sort by last modified time
    Searched refs:GetTotalBytesAllocated (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.h 104 uint32 GetTotalBytesAllocated() const;
106 // On the current thread, return GetTotalBytesAllocated().
358 inline uint32 ThreadCache::GetTotalBytesAllocated() const {
thread_cache.cc 318 return ThreadCache::GetThreadHeap()->GetTotalBytesAllocated();
  /art/runtime/gc/space/
dlmalloc_space.h 138 uint64_t GetTotalBytesAllocated() const {
space.h 153 virtual uint64_t GetTotalBytesAllocated() const = 0;
large_object_space.h 52 uint64_t GetTotalBytesAllocated() const {
  /art/runtime/gc/
heap.cc     [all...]

Completed in 573 milliseconds