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

  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
packet.h 32 // |packet_memory|. The length of |packet_memory| is |allocated_bytes|.
38 size_t allocated_bytes,
46 // including the now discarded payload, whereas |allocated_bytes| is the
49 size_t allocated_bytes,
58 Packet(uint8_t* packet_memory, size_t allocated_bytes, double time_ms);
61 size_t allocated_bytes,
packet.cc 22 size_t allocated_bytes,
27 packet_length_bytes_(allocated_bytes),
29 virtual_packet_length_bytes_(allocated_bytes),
36 size_t allocated_bytes,
42 packet_length_bytes_(allocated_bytes),
50 Packet::Packet(uint8_t* packet_memory, size_t allocated_bytes, double time_ms)
53 packet_length_bytes_(allocated_bytes),
55 virtual_packet_length_bytes_(allocated_bytes),
63 size_t allocated_bytes,
68 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/webrtc/webrtc/modules/audio_coding/acm2/
acm_send_test_oldapi.cc 127 size_t allocated_bytes = last_payload_vec_.size() + kRtpHeaderSize; local
128 uint8_t* packet_memory = new uint8_t[allocated_bytes];
151 new Packet(packet_memory, allocated_bytes, clock_.TimeInMilliseconds());
  /art/runtime/gc/
heap-inl.h 173 thread_stats->allocated_bytes += bytes_allocated;
176 global_stats->allocated_bytes += bytes_allocated;
  /external/libchrome/base/metrics/
persistent_histogram_allocator.cc 537 size_t allocated_bytes = local
541 allocated_bytes < required_bytes) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 1796 size_t allocated_bytes = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 1747 size_t allocated_bytes = 0; local
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 1796 size_t allocated_bytes = 0; local
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
repeated_field.h 909 int allocated_bytes = local
912 allocated_bytes += TypeHandler::SpaceUsed(*cast<TypeHandler>(elements_[i]));
914 return allocated_bytes;
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
repeated_field.h 909 int allocated_bytes = local
912 allocated_bytes += TypeHandler::SpaceUsed(*cast<TypeHandler>(elements_[i]));
914 return allocated_bytes;
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
repeated_field.h 909 int allocated_bytes = local
912 allocated_bytes += TypeHandler::SpaceUsed(*cast<TypeHandler>(elements_[i]));
914 return allocated_bytes;
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/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/protobuf/src/google/protobuf/
repeated_field.h 1563 int allocated_bytes = total_size_ * sizeof(void*); local
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field.h 1563 int allocated_bytes = total_size_ * sizeof(void*); local
    [all...]

Completed in 380 milliseconds