Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
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()
/glibc-2.36/ChangeLog.old/
DChangeLog.2329613 [TEST_COMPAT (libc, GLIBC_2_0, GLIBC_2_25)](global_seed): Remove.
29650 (global_seed): New.