Home
last modified time | relevance | path

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

/Zephyr-latest/lib/heap/
Dheap_stress.c66 uint32_t full_pct = (100 * sr->bytes_alloced) / sr->total_bytes; in rand_alloc_choice() local
70 if (full_pct < sr->target_percent) { in rand_alloc_choice()
71 free_chance = full_pct * (0x80000000U / target); in rand_alloc_choice()