Searched defs:GetSize (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_quarantine.h98 uptr GetSize() const { return atomic_load_relaxed(&max_size_); } function in class:__sanitizer::Quarantine
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_quarantine.h96 uptr GetSize() const { return atomic_load_relaxed(&max_size_); } function in class:__sanitizer::Quarantine
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_quarantine.h97 uptr GetSize() const { return atomic_load_relaxed(&max_size_); } function in class:__sanitizer::Quarantine

Completed in 146 milliseconds