Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fake_stack.cpp77 str.AppendF("%zd: %zd/%zd; ", class_id, hint_position_[class_id], in Destroy()
99 uptr &hint_position = hint_position_[class_id]; in Allocate()
H A Dasan_fake_stack.h164 uptr hint_position_[kNumberOfSizeClasses]; variable