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

  /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/
runtime_stats.h 72 allocated_bytes = 0;
94 uint64_t allocated_bytes; variable
  /external/protobuf/src/google/protobuf/
repeated_field.h 976 int allocated_bytes = local
979 allocated_bytes += TypeHandler::SpaceUsed(*cast<TypeHandler>(elements_[i]));
981 return allocated_bytes;
    [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...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field.h 1563 int allocated_bytes = total_size_ * sizeof(void*); local
    [all...]

Completed in 259 milliseconds