Home
last modified time | relevance | path

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

/Zephyr-latest/lib/heap/
Dheap_stress.c68 uint32_t free_chance = 0xffffffffU; in rand_alloc_choice() local
71 free_chance = full_pct * (0x80000000U / target); in rand_alloc_choice()
74 return rand32() > free_chance; in rand_alloc_choice()