Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dtst-mallocstate.c146 rand_next (unsigned long long *seed) in rand_next() function
160 buffer[i] = rand_next (&seed); in randomize_buffer()
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.2329614 [TEST_COMPAT (libc, GLIBC_2_0, GLIBC_2_25)](rand_next): Remove.
29651 (rand_next): New function.