Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dbookkeeping.h217 SetCallstackAllocations(csa); in Allocation()
230 ~Allocation() { SetCallstackAllocations(nullptr); } in ~Allocation()
232 void SetCallstackAllocations(CallstackAllocations* callstack_allocations) { in SetCallstackAllocations() function
H A Dbookkeeping.cc80 alloc.SetCallstackAllocations(MaybeCreateCallstackAllocations(node)); in RecordMalloc()