Searched defs:slot (Results 1 – 3 of 3) sorted by relevance
203 int slot = rand_r (&seed) % malloc_objects; in do_test() local246 for (int slot = 0; slot < malloc_objects; ++slot) in do_test() local
161 int slot = rand_r (&seed) % malloc_objects; in do_test() local202 for (int slot = 0; slot < malloc_objects; ++slot) in do_test() local
326 int slot = rand_next (&global_seed) % heap_activity_allocations_count; in heap_activity() local
Completed in 8 milliseconds