Searched refs:kMidSize (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h95 static const uptr kMidSize = 1 << kMidSizeLog; member in class:__sanitizer::SizeClassMap
96 static const uptr kMidClass = kMidSize / kMinSize;
124 uptr t = kMidSize << (class_id >> S);
129 if (size <= kMidSize)
150 if (s >= kMidSize / 2 && (s & (s - 1)) == 0)

Completed in 66 milliseconds