Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/profiler/
H A Dchrome_unwinder_android_unittest.cc1009 stack_memory_(static_cast<uintptr_t*>( in AlignedStackMemory()
1012 ranges::copy(values, stack_memory_.get()); in AlignedStackMemory()
1016 return reinterpret_cast<uintptr_t>(stack_memory_.get()); in stack_start_address()
1020 return reinterpret_cast<uintptr_t>(stack_memory_.get() + size_); in stack_end_address()
1025 const std::unique_ptr<uintptr_t, AlignedFreeDeleter> stack_memory_; member in base::__anon57c949790111::AlignedStackMemory