Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary32.h42 kRandomShuffleChunks = 1, enumerator
71 static const bool kRandomShuffleChunks = Params::kFlags & variable
72 SizeClassAllocator32FlagMasks::kRandomShuffleChunks;
320 if (kRandomShuffleChunks && (!kUseSeparateSizeClassForBatch || in PopulateBatches()
346 if (kRandomShuffleChunks) in PopulateFreeList()
H A Dsanitizer_allocator_primary64.h41 kRandomShuffleChunks = 1, enumerator
93 static const bool kRandomShuffleChunks = variable
94 Params::kFlags & SizeClassAllocator64FlagMasks::kRandomShuffleChunks;
781 if (!kUsingConstantSpaceBeg && kRandomShuffleChunks) in PopulateFreeArray()
835 if (kRandomShuffleChunks) in PopulateFreeArray()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cpp46 SizeClassAllocator64FlagMasks::kRandomShuffleChunks;