Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_thread.cpp35 stack_allocations_->push(0); in InitRandomState()
64 stack_allocations_ = new (ThreadLong) in InitStackRingBuffer()
83 stack_allocations_->size() * sizeof(uptr)); in InitStackRingBuffer()
H A Dhwasan_thread.h57 StackAllocationsRingBuffer *stack_allocations() { return stack_allocations_; } in stack_allocations()
90 StackAllocationsRingBuffer *stack_allocations_; variable