Home
last modified time | relevance | path

Searched refs:stack_bytes_allocated (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/perfetto/src/profiling/perf/
H A Dunwinding.h117 uint64_t allocated = footprint_tracker_.stack_bytes_allocated.load( in GetEnqueuedFootprint()
126 footprint_tracker_.stack_bytes_allocated.fetch_add( in IncrementEnqueuedFootprint()
164 std::atomic<uint64_t> stack_bytes_allocated; member