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

  /art/runtime/
runtime_stats.h 78 freed_bytes = 0;
99 uint64_t freed_bytes; variable
  /art/runtime/gc/collector/
garbage_collector.cc 222 const uint64_t freed_bytes = GetTotalFreedBytes(); local
235 << " objects with total size " << PrettySize(freed_bytes) << "\n"
237 << PrettySize(freed_bytes / seconds) << "/s\n";
concurrent_copying.cc 1777 int64_t freed_bytes = cleared_bytes - to_bytes; local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_scheduling.cc 188 int64 freed_bytes = 0; local
193 freed_bytes += size_function_(*buffer);
196 return freed_bytes - entry.bytes_defined;
  /external/libchrome/base/
tracked_objects.h 283 int32_t freed_bytes,
305 int32_t freed_bytes; member in struct:tracked_objects::DeathDataSnapshot
355 // |freed_bytes|, where an estimated |alloc_overhead_bytes| went to heap
361 // Note also that |allocated_bytes|-|freed_bytes| yields the net heap memory
366 const uint32_t freed_bytes,
398 int32_t freed_bytes() const { function in class:tracked_objects::DeathData
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 1005 size_t freed_bytes = 0; local
    [all...]
  /art/runtime/gc/
heap.cc 3489 const uint64_t freed_bytes = current_gc_iteration_.GetFreedBytes() + local
    [all...]
  /external/v8/src/heap/
mark-compact.cc 3386 intptr_t freed_bytes = 0; local
    [all...]

Completed in 1230 milliseconds