/external/tensorflow/tensorflow/core/common_runtime/ |
D | scoped_allocator.cc | 103 << field->bytes_allocated; in AllocateRaw() 108 if (field->bytes_allocated > field->bytes_requested) { in AllocateRaw() 109 size_t extra_bytes = field->bytes_allocated - field->bytes_requested; in AllocateRaw() 111 field->bytes_allocated - extra_bytes); in AllocateRaw() 115 << field->bytes_allocated << ". Annotating " << extra_bytes in AllocateRaw()
|
D | scoped_allocator_mgr.cc | 183 size_t bytes_allocated = bytes_requested; in PopulateFields() local 187 bytes_allocated += alignment_bytes; in PopulateFields() 190 field->bytes_allocated = bytes_allocated; in PopulateFields() 195 << " bytes_allocated=" << field->bytes_allocated; in PopulateFields()
|
D | scoped_allocator.h | 39 size_t bytes_allocated; member
|
/external/tensorflow/tensorflow/core/common_runtime/sycl/ |
D | sycl_allocator.cc | 47 const std::size_t bytes_allocated = allocated_buffer.get_range().size(); in AllocateRaw() local 50 stats_.bytes_in_use += bytes_allocated; in AllocateRaw() 54 std::max<int64>(stats_.max_alloc_size, bytes_allocated); in AllocateRaw()
|
/external/v8/src/heap/ |
D | stress-marking-observer.h | 17 void Step(int bytes_allocated, Address soon_object, size_t size) override;
|
D | stress-marking-observer.cc | 15 void StressMarkingObserver::Step(int bytes_allocated, Address soon_object, in Step() argument
|
D | stress-scavenge-observer.h | 17 void Step(int bytes_allocated, Address soon_object, size_t size) override;
|
D | stress-scavenge-observer.cc | 29 void StressScavengeObserver::Step(int bytes_allocated, Address soon_object, in Step() argument
|
D | allocation-observer.h | 104 virtual void Step(int bytes_allocated, Address soon_object, size_t size) = 0;
|
D | incremental-marking.h | 235 void Step(int bytes_allocated, Address, size_t) override;
|
D | incremental-marking.cc | 40 void IncrementalMarking::Observer::Step(int bytes_allocated, Address addr, in Step() argument
|
D | heap.cc | 185 void Step(int bytes_allocated, Address, size_t) override { in Step() argument 5116 void Step(int bytes_allocated, Address, size_t) override { in Step() argument
|
/external/libtextclassifier/native/utils/grammar/ |
D | matcher.h | 170 size_t ArenaSize() const { return arena_.status().bytes_allocated(); } in ArenaSize()
|
/external/v8/src/profiler/ |
D | sampling-heap-profiler.h | 140 void Step(int bytes_allocated, Address soon_object, size_t size) override { in Step() argument
|
/external/libtextclassifier/native/utils/base/ |
D | arena.h | 91 size_t bytes_allocated() const { return bytes_allocated_; } in bytes_allocated() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | scoped_allocator_ops.cc | 42 size_t num_bytes = fields_.back().offset + fields_.back().bytes_allocated; in ScopedAllocatorOp()
|
D | scoped_allocator_ops_test.cc | 96 size_t num_bytes = fields->back().offset + fields->back().bytes_allocated; in PrepOp()
|
/external/e2fsprogs/lib/blkid/ |
D | probe.h | 479 __u32 bytes_allocated; member
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 5632 size_t bytes_allocated; member 5717 a->bytes_allocated += size; in upb_arena_doalloc() 5748 a->bytes_allocated = 0; in upb_arena_init() 5800 return a->bytes_allocated; in upb_arena_bytesallocated()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 7518 a->bytes_allocated += size; in upb_arena_doalloc() 7527 a->bytes_allocated = 0; in upb_arena_init() 7587 return a->bytes_allocated; in upb_arena_bytesallocated()
|
D | upb.h | 701 size_t bytes_allocated; variable
|