Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_thread.cpp34 stack_allocations_->push(0); in InitRandomState()
46 stack_allocations_ = new (ThreadLong) in Init()
72 stack_allocations_->size() * sizeof(uptr)); in Init()
Dhwasan_thread.h43 StackAllocationsRingBuffer *stack_allocations() { return stack_allocations_; } in stack_allocations()
75 StackAllocationsRingBuffer *stack_allocations_; variable