reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/hwasan/hwasan_thread.cpp
   34     stack_allocations_->push(0);
   46   stack_allocations_ = new (ThreadLong)
   72              stack_allocations_->size() * sizeof(uptr));
projects/compiler-rt/lib/hwasan/hwasan_thread.h
   51   StackAllocationsRingBuffer *stack_allocations() { return stack_allocations_; }