Home
last modified time | relevance | path

Searched defs:allocated_bytes (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Dpacket.cc22 size_t allocated_bytes, in Packet()
36 size_t allocated_bytes, in Packet()
50 Packet::Packet(uint8_t* packet_memory, size_t allocated_bytes, double time_ms) in Packet()
63 size_t allocated_bytes, in Packet()
/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator.cc42 size_t allocated_bytes = allocator_->AllocatedSize(ptr); in AllocateRaw() local
55 size_t allocated_bytes = allocator_->AllocatedSizeSlow(ptr); in AllocateRaw() local
84 size_t allocated_bytes = 0; in DeallocateRaw() local
Dallocation_description.proto15 int64 allocated_bytes = 2; field
Ddataset.cc320 int64 allocated_bytes = 0; in GetAllocatedBytes() local
/external/v8/src/
Dinstruction-stream.cc57 uint8_t* allocated_bytes = static_cast<uint8_t*>( in CreateOffHeapInstructionStream() local
/external/webrtc/webrtc/modules/audio_coding/acm2/
Dacm_send_test_oldapi.cc127 size_t allocated_bytes = last_payload_vec_.size() + kRtpHeaderSize; in CreatePacket() local
/external/tensorflow/tensorflow/core/kernels/data/
Dwindow_dataset.cc45 int64 allocated_bytes = 0; in AllocatedBytes() local
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc535 size_t allocated_bytes = in CreateHistogram() local
/external/python/cpython2/Objects/
Dobmalloc.c1802 size_t allocated_bytes = 0; in _PyObject_DebugMallocStats() local
/external/python/cpython3/Objects/
Dobmalloc.c2523 size_t allocated_bytes = 0; in _PyObject_DebugMallocStats() local
/external/v8/src/heap/
Dspaces.h860 size_t allocated_bytes() { return allocated_bytes_; } in allocated_bytes() function