/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 | 169 thread_stats->allocated_bytes += bytes_allocated; 172 global_stats->allocated_bytes += bytes_allocated;
|
/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...] |
/external/v8/src/heap/ |
incremental-marking.cc | [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...] |