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

  /art/runtime/gc/space/
dlmalloc_space-inl.h 51 total_bytes_allocated_ += allocation_size;
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
large_object_space.cc 41 num_bytes_allocated_(0), num_objects_allocated_(0), total_bytes_allocated_(0),
72 total_bytes_allocated_ += allocation_size;
289 total_bytes_allocated_ += allocation_size;
dlmalloc_space.cc 123 total_bytes_allocated_(0), total_objects_allocated_(0),
  /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_;
thread_cache.cc 119 total_bytes_allocated_ = 0;

Completed in 56 milliseconds