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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_send_test.cc 110 size_t allocated_bytes = last_payload_vec_.size() + kRtpHeaderSize; local
111 uint8_t* packet_memory = new uint8_t[allocated_bytes];
134 new Packet(packet_memory, allocated_bytes, clock_.TimeInMilliseconds());
acm_send_test_oldapi.cc 114 size_t allocated_bytes = last_payload_vec_.size() + kRtpHeaderSize; local
115 uint8_t* packet_memory = new uint8_t[allocated_bytes];
138 new Packet(packet_memory, allocated_bytes, clock_.TimeInMilliseconds());
  /art/runtime/
runtime_stats.h 72 allocated_bytes = 0;
94 uint64_t allocated_bytes; variable
  /external/chromium_org/base/allocator/
allocator_shim.cc 201 size_t heap_size, allocated_bytes, unmapped_bytes; local
205 &allocated_bytes) &&
208 *size = heap_size - allocated_bytes - unmapped_bytes;
  /external/chromium_org/content/app/
content_main_runner.cc 460 size_t heap_size, allocated_bytes, unmapped_bytes; local
464 &allocated_bytes) &&
467 *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 434 milliseconds