Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h55 StackAllocationsRingBuffer *stack_allocations() { return stack_allocations_; } in stack_allocations()
89 StackAllocationsRingBuffer *stack_allocations_; variable
H A Dhwasan_thread.cc38 stack_allocations_ = new (ThreadLong) in Init()
64 stack_allocations_->size() * sizeof(uptr)); in Init()