Searched defs:allocated_bytes (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Dacm_send_test_oldapi.cc127 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());
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Dpacket.cc22 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) argument
53 packet_length_bytes_(allocated_bytes),
55 virtual_packet_length_bytes_(allocated_bytes),
63 size_t allocated_bytes,
68 packet_length_bytes_(allocated_bytes),
21 Packet(uint8_t* packet_memory, size_t allocated_bytes, double time_ms, const RtpHeaderParser& parser) argument
35 Packet(uint8_t* packet_memory, size_t allocated_bytes, size_t virtual_packet_length_bytes, double time_ms, const RtpHeaderParser& parser) argument
62 Packet(uint8_t* packet_memory, size_t allocated_bytes, size_t virtual_packet_length_bytes, double time_ms) argument
[all...]
/external/tensorflow/tensorflow/core/framework/
H A Dtracking_allocator.cc42 size_t allocated_bytes = allocator_->AllocatedSize(ptr); local
45 allocated_ += allocated_bytes;
47 total_bytes_ += allocated_bytes;
48 allocations_.emplace_back(allocated_bytes, Env::Default()->NowMicros());
55 size_t allocated_bytes = allocator_->AllocatedSizeSlow(ptr); local
56 allocated_bytes = std::max(num_bytes, allocated_bytes);
59 Chunk chunk = {num_bytes, allocated_bytes, next_allocation_id_};
61 allocated_ += allocated_bytes;
63 total_bytes_ += allocated_bytes;
84 size_t allocated_bytes = 0; local
[all...]
/external/libchrome/base/
H A Dtracked_objects.h282 int32_t allocated_bytes,
304 int32_t allocated_bytes; member in struct:tracked_objects::DeathDataSnapshot
354 // allocations, |free_ops| frees, allocated |allocated_bytes| bytes, freed
359 // heap overhead of allocations in the task, and |allocated_bytes|/|alloc_ops|
361 // Note also that |allocated_bytes|-|freed_bytes| yields the net heap memory
365 const uint32_t allocated_bytes,
395 int32_t allocated_bytes() const { function in class:tracked_objects::DeathData
H A Dtracked_objects.cc202 const uint32_t allocated_bytes,
209 SaturatingMemberAdd(allocated_bytes, &allocated_bytes_);
275 allocated_bytes(-1),
289 int32_t allocated_bytes,
302 allocated_bytes(allocated_bytes),
317 allocated_bytes(death_data.allocated_bytes()),
335 free_ops - older.free_ops, allocated_bytes - older.allocated_bytes,
200 RecordAllocations(const uint32_t alloc_ops, const uint32_t free_ops, const uint32_t allocated_bytes, const uint32_t freed_bytes, const uint32_t alloc_overhead_bytes, const uint32_t max_allocated_bytes) argument
280 DeathDataSnapshot(int count, int32_t run_duration_sum, int32_t run_duration_max, int32_t run_duration_sample, int32_t queue_duration_sum, int32_t queue_duration_max, int32_t queue_duration_sample, int32_t alloc_ops, int32_t free_ops, int32_t allocated_bytes, int32_t freed_bytes, int32_t alloc_overhead_bytes, int32_t max_allocated_bytes) argument
[all...]
/external/libchrome/base/metrics/
H A Dpersistent_histogram_allocator.cc562 size_t allocated_bytes = local
566 allocated_bytes < required_bytes) {
/external/python/cpython2/Objects/
H A Dobmalloc.c1796 size_t allocated_bytes = 0; local
1889 allocated_bytes += b * size;
1909 total = printone("# bytes in allocated blocks", allocated_bytes);
/external/protobuf/src/google/protobuf/
H A Drepeated_field.h1563 int allocated_bytes = total_size_ * sizeof(void*); local
1566 allocated_bytes += TypeHandler::SpaceUsed(
1569 allocated_bytes += kRepHeaderSize;
1571 return allocated_bytes;
/external/python/cpython3/Objects/
H A Dobmalloc.c2258 size_t allocated_bytes = 0; local
2352 allocated_bytes += b * size;
2372 total = printone(out, "# bytes in allocated blocks", allocated_bytes);
/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_device.cc1016 Bytes allocated_bytes = static_cast<Bytes>(memory_limit); local
1026 options, device_name, allocated_bytes, dev_locality, tf_gpu_id,

Completed in 296 milliseconds