Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/debug/
H A Dallocation_trace.cc57 !alloc_trace_buffer_[index].InitializeAllocation(allocated_address, in OnAllocation()
71 !alloc_trace_buffer_[index].InitializeFree(freed_address); in OnFree()
93 DCHECK_LT(array_index, alloc_trace_buffer_.size()); in operator []()
95 return alloc_trace_buffer_[array_index]; in operator []()
H A Dallocation_trace.h262 alloc_trace_buffer_ = {}; variable