Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepotbase.h50 static const int kMaxId = 1 << kPartShift; variable
121 CHECK_LT(id, kMaxId); in Put()