Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
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()
Dsanitizer_allocator_primary64.h41 kRandomShuffleChunks = 1, enumerator
55 static const bool kRandomShuffleChunks = variable
56 Params::kFlags & SizeClassAllocator64FlagMasks::kRandomShuffleChunks;
704 if (!kUsingConstantSpaceBeg && kRandomShuffleChunks) in PopulateFreeArray()
758 if (kRandomShuffleChunks) in PopulateFreeArray()
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.h82 SizeClassAllocator64FlagMasks::kRandomShuffleChunks;
96 SizeClassAllocator32FlagMasks::kRandomShuffleChunks |
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cpp46 SizeClassAllocator64FlagMasks::kRandomShuffleChunks;