Home
last modified time | relevance | path

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

/freebsd-13.1/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;
321 if (kRandomShuffleChunks && (!kUseSeparateSizeClassForBatch || in PopulateBatches()
347 if (kRandomShuffleChunks) in PopulateFreeList()
H A Dsanitizer_allocator_primary64.h41 kRandomShuffleChunks = 1, enumerator
93 static const bool kRandomShuffleChunks = variable
94 Params::kFlags & SizeClassAllocator64FlagMasks::kRandomShuffleChunks;
780 if (!kUsingConstantSpaceBeg && kRandomShuffleChunks) in PopulateFreeArray()
834 if (kRandomShuffleChunks) in PopulateFreeArray()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.h82 SizeClassAllocator64FlagMasks::kRandomShuffleChunks;
96 SizeClassAllocator32FlagMasks::kRandomShuffleChunks |