Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_size_class_map.h137 static const uptr kLargestClassID = kNumClasses - 2; variable
213 if (c < kLargestClassID) in Validate()
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cpp384 uptr max_size_class = Allocator::SizeClassMapT::kLargestClassID; in SizeClassAllocatorGetBlockBeginStress()
1255 for (uptr class_id = 1; class_id <= Allocator::SizeClassMapT::kLargestClassID; in TestReleaseFreeMemoryToOS()
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.cpp628 const uptr LargestClassId = SizeClassMap::kLargestClassID; in performSanityChecks()