/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 | scavenge-job.cc | 94 void ScavengeJob::ScheduleIdleTaskIfNeeded(Heap* heap, int bytes_allocated) { in ScheduleIdleTaskIfNeeded() argument 95 bytes_allocated_since_the_last_task_ += bytes_allocated; in ScheduleIdleTaskIfNeeded()
|
D | stress-marking-observer.cc | 14 void StressMarkingObserver::Step(int bytes_allocated, Address soon_object, in Step() argument
|
D | stress-marking-observer.h | 17 void Step(int bytes_allocated, Address soon_object, size_t size) override;
|
D | stress-scavenge-observer.h | 17 void Step(int bytes_allocated, Address soon_object, size_t size) override;
|
D | scavenge-job.h | 41 void ScheduleIdleTaskIfNeeded(Heap* heap, int bytes_allocated);
|
D | stress-scavenge-observer.cc | 29 void StressScavengeObserver::Step(int bytes_allocated, Address soon_object, in Step() argument
|
D | incremental-marking.h | 266 void Step(int bytes_allocated, Address, size_t) override;
|
D | heap.h | 1881 void ScheduleIdleScavengeIfNeeded(int bytes_allocated); 2511 void AllocationStep(int bytes_allocated, Address soon_object, size_t size); 2529 virtual void Step(int bytes_allocated, Address soon_object, size_t size) = 0;
|
D | heap.cc | 129 void Step(int bytes_allocated, Address, size_t) override { in Step() argument 130 heap_.ScheduleIdleScavengeIfNeeded(bytes_allocated); in Step() 1083 void Heap::ScheduleIdleScavengeIfNeeded(int bytes_allocated) { in ScheduleIdleScavengeIfNeeded() argument 1084 scavenge_job_->ScheduleIdleTaskIfNeeded(this, bytes_allocated); in ScheduleIdleScavengeIfNeeded() 5785 void AllocationObserver::AllocationStep(int bytes_allocated, in AllocationStep() argument 5787 DCHECK_GE(bytes_allocated, 0); in AllocationStep() 5788 bytes_to_next_step_ -= bytes_allocated; in AllocationStep()
|
D | incremental-marking.cc | 34 void IncrementalMarking::Observer::Step(int bytes_allocated, Address addr, in Step() argument
|
D | spaces.cc | 2457 int bytes_allocated = static_cast<int>(top - top_on_previous_step_); in AllocateChunk() local 2458 AllocationStep(bytes_allocated, soon_object, static_cast<int>(size)); in AllocateChunk()
|
/external/v8/src/profiler/ |
D | sampling-heap-profiler.h | 172 void Step(int bytes_allocated, Address soon_object, size_t size) override { in Step() argument
|
/external/e2fsprogs/lib/blkid/ |
D | probe.h | 479 __u32 bytes_allocated; member
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 1806 e->bytes_allocated = 0; in upb_env_init() 1870 e->bytes_allocated += size; in upb_env_malloc() 1895 return e->bytes_allocated; in upb_env_bytesallocated()
|
D | upb.h | 5214 size_t bytes_allocated;
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 5334 a->bytes_allocated += size; in upb_arena_doalloc() 5343 a->bytes_allocated = 0; in upb_arena_init() 5399 return a->bytes_allocated; in upb_arena_bytesallocated()
|
D | upb.h | 633 size_t bytes_allocated; variable
|