Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary32.h43 kRandomShuffleChunks = 1, enumerator
64 static const bool kRandomShuffleChunks = Params::kFlags & variable
65 SizeClassAllocator32FlagMasks::kRandomShuffleChunks;
308 if (kRandomShuffleChunks && (!kUseSeparateSizeClassForBatch || in PopulateBatches()
334 if (kRandomShuffleChunks) in PopulateFreeList()
H A Dsanitizer_allocator_primary64.h42 kRandomShuffleChunks = 1, enumerator
56 static const bool kRandomShuffleChunks = variable
57 Params::kFlags & SizeClassAllocator64FlagMasks::kRandomShuffleChunks;
698 if (!kUsingConstantSpaceBeg && kRandomShuffleChunks) in PopulateFreeArray()
751 if (kRandomShuffleChunks) in PopulateFreeArray()
/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_allocator.h83 SizeClassAllocator64FlagMasks::kRandomShuffleChunks;
104 SizeClassAllocator32FlagMasks::kRandomShuffleChunks |