Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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;
783 if (!kUsingConstantSpaceBeg && kRandomShuffleChunks) in PopulateFreeArray()
837 if (kRandomShuffleChunks) in PopulateFreeArray()