Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ignoreset.cpp16 const uptr IgnoreSet::kMaxSize; member in __tsan::IgnoreSet
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h134 static const uptr kMaxSize = 1UL << kMaxSizeLog; variable