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

  /system/extras/simpleperf/
cmd_kmem.cpp 95 uint64_t total_allocated_bytes; member in struct:__anon3014::SlabSampleTree
129 sample_tree.total_allocated_bytes = total_allocated_bytes_;
689 slab_sample_tree_.total_allocated_bytes);
690 uint64_t fragment = slab_sample_tree_.total_allocated_bytes -
693 if (slab_sample_tree_.total_allocated_bytes != 0) {
694 percentage = 100.0 * fragment / slab_sample_tree_.total_allocated_bytes;
  /art/runtime/gc/allocator/
rosalloc.cc 2177 size_t total_allocated_bytes = 0; local
    [all...]

Completed in 949 milliseconds