Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp36 stack_allocations_->push(0); in InitRandomState()
67 stack_allocations_->size() * sizeof(uptr)); in Init()
79 stack_allocations_ = new (ThreadLong) in InitStackRingBuffer()
H A Dhwasan_thread.h58 StackAllocationsRingBuffer *stack_allocations() { return stack_allocations_; } in stack_allocations()
95 StackAllocationsRingBuffer *stack_allocations_; variable