Searched defs:heap_usage (Results 1 - 4 of 4) sorted by relevance

/external/libchrome/base/
H A Dtracked_objects.h825 const base::debug::ThreadHeapUsageTracker& heap_usage() const { function in class:tracked_objects::TaskStopwatch
H A Dtracked_objects.cc591 base::debug::ThreadHeapUsage heap_usage = stopwatch.heap_usage().usage(); local
594 base::saturated_cast<int32_t>(heap_usage.alloc_ops),
595 base::saturated_cast<int32_t>(heap_usage.free_ops),
596 base::saturated_cast<int32_t>(heap_usage.alloc_bytes),
597 base::saturated_cast<int32_t>(heap_usage.free_bytes),
598 base::saturated_cast<int32_t>(heap_usage.alloc_overhead_bytes),
599 base::saturated_cast<int32_t>(heap_usage.max_allocated_bytes));
/external/libdrm/amdgpu/
H A Damdgpu.h401 uint64_t heap_usage; member in struct:amdgpu_heap_info
/external/kernel-headers/original/uapi/drm/
H A Damdgpu_drm.h769 __u64 heap_usage; member in struct:drm_amdgpu_heap_info

Completed in 114 milliseconds