Searched refs:getRandomUnsigned32 (Results 1 – 2 of 2) sorted by relevance
89 ((getRandomUnsigned32() % (AdjustedSampleRatePlusOne - 1)) + 1) & in pointerIsMine() 255 uint32_t getRandomUnsigned32();
112 ((getRandomUnsigned32() % (AdjustedSampleRatePlusOne - 1)) + 1) & in init()247 if (getRandomUnsigned32() % 2 == 0) in allocate()453 size_t ReservedIndex = getRandomUnsigned32() % FreeSlotsLength; in reserveSlot()464 uint32_t GuardedPoolAllocator::getRandomUnsigned32() { in getRandomUnsigned32() function in gwp_asan::GuardedPoolAllocator