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

  /art/runtime/gc/space/
dlmalloc_space.h 139 return total_bytes_allocated_;
174 size_t total_bytes_allocated_; member in class:art::gc::space::DlMallocSpace
large_object_space.h 53 return total_bytes_allocated_;
68 size_t total_bytes_allocated_; member in class:art::gc::space::LargeObjectSpace
  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.h 99 void AddToByteAllocatedTotal(size_t k) { total_bytes_allocated_ += k; }
320 uint32 total_bytes_allocated_; // Total, modulo 2^32. member in class:tcmalloc::ThreadCache
359 return total_bytes_allocated_;

Completed in 57 milliseconds