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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
packet.h 31 // |packet_memory|. The length of |packet_memory| is |allocated_bytes|.
37 size_t allocated_bytes,
45 // including the now discarded payload, whereas |allocated_bytes| is the
48 size_t allocated_bytes,
57 Packet(uint8_t* packet_memory, size_t allocated_bytes, double time_ms);
60 size_t allocated_bytes,
packet.cc 18 size_t allocated_bytes,
23 packet_length_bytes_(allocated_bytes),
25 virtual_packet_length_bytes_(allocated_bytes),
32 size_t allocated_bytes,
38 packet_length_bytes_(allocated_bytes),
46 Packet::Packet(uint8_t* packet_memory, size_t allocated_bytes, double time_ms)
49 packet_length_bytes_(allocated_bytes),
51 virtual_packet_length_bytes_(allocated_bytes),
59 size_t allocated_bytes,
64 packet_length_bytes_(allocated_bytes),
    [all...]
  /art/runtime/
runtime_stats.h 72 allocated_bytes = 0;
94 uint64_t allocated_bytes; variable
runtime.cc     [all...]
  /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;
  /art/runtime/gc/
heap-inl.h 130 thread_stats->allocated_bytes += bytes_allocated;
133 global_stats->allocated_bytes += bytes_allocated;
  /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...]
  /external/chromium_org/v8/src/
incremental-marking.cc 843 void IncrementalMarking::Step(intptr_t allocated_bytes,
852 allocated_ += allocated_bytes;
    [all...]

Completed in 208 milliseconds