Home
last modified time | relevance | path

Searched defs:GetMaxSize (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerDictionary.h40 static size_t GetMaxSize() { return kMaxSize; } in GetMaxSize() function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_quarantine.h93 uptr GetMaxSize() const { return atomic_load_relaxed(&max_size_); } in GetMaxSize() function