Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp95 ((getRandomUnsigned32() % (AdjustedSampleRatePlusOne - 1)) + 1) & in init()
229 if (getRandomUnsigned32() % 2 == 0) in allocate()
335 size_t ReservedIndex = getRandomUnsigned32() % FreeSlotsLength; in reserveSlot()
346 uint32_t GuardedPoolAllocator::getRandomUnsigned32() { in getRandomUnsigned32() function in gwp_asan::GuardedPoolAllocator
H A Dguarded_pool_allocator.h85 ((getRandomUnsigned32() % (AdjustedSampleRatePlusOne - 1)) + 1) & in shouldSample()
245 uint32_t getRandomUnsigned32();