Home
last modified time | relevance | path

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

/malloc/
A Dtst-mallocstate.c141 static unsigned long long global_seed; variable
238 int j = i + (rand_next (&global_seed) in shuffle_allocation_tasks()
324 if ((rand_next (&global_seed) % 4) == 0) in heap_activity()
326 int slot = rand_next (&global_seed) % heap_activity_allocations_count; in heap_activity()
330 alloc->size = rand_next (&global_seed) % (4096U + 1); in heap_activity()

Completed in 5 milliseconds