Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h85 atomic_store_relaxed(&max_size_, size); in Init()
93 uptr GetMaxSize() const { return atomic_load_relaxed(&max_size_); } in GetMaxSize()
138 atomic_uintptr_t max_size_; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.h243 uptr user_size_, uptr total_size_, uptr max_size_) in ErrorAllocationSizeTooBig()
248 max_size(max_size_) {} in ErrorAllocationSizeTooBig()