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

  /art/runtime/
runtime_stats.h 72 allocated_bytes = 0;
94 uint64_t allocated_bytes; variable
  /external/chromium_org/base/allocator/
allocator_shim.cc 208 size_t heap_size, allocated_bytes, unmapped_bytes; local
212 &allocated_bytes) &&
215 *size = heap_size - allocated_bytes - unmapped_bytes;
  /external/chromium_org/content/app/
content_main_runner.cc 456 size_t heap_size, allocated_bytes, unmapped_bytes; local
460 &allocated_bytes) &&
463 *size = heap_size - allocated_bytes - unmapped_bytes;
  /external/protobuf/src/google/protobuf/
repeated_field.h 715 int allocated_bytes = local
718 allocated_bytes += TypeHandler::SpaceUsed(*cast<TypeHandler>(elements_[i]));
720 return allocated_bytes;
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
repeated_field.h 909 int allocated_bytes = local
912 allocated_bytes += TypeHandler::SpaceUsed(*cast<TypeHandler>(elements_[i]));
914 return allocated_bytes;
    [all...]

Completed in 261 milliseconds