Searched refs:slot (Results 1 – 3 of 3) sorted by relevance
161 int slot = rand_r (&seed) % malloc_objects; in do_test() local185 free (objects[slot]); in do_test()189 objects[slot] = malloc (size); in do_test()194 if (objects[slot] == NULL || error_indicator != 0) in do_test()202 for (int slot = 0; slot < malloc_objects; ++slot) in do_test() local203 free (objects[slot]); in do_test()
203 int slot = rand_r (&seed) % malloc_objects; in do_test() local226 free (objects[slot]); in do_test()230 objects[slot] = malloc (size); in do_test()235 if (objects[slot] == NULL || error_indicator != 0) in do_test()246 for (int slot = 0; slot < malloc_objects; ++slot) in do_test() local247 free (objects[slot]); in do_test()
326 int slot = rand_next (&global_seed) % heap_activity_allocations_count; in heap_activity() local327 struct allocation *alloc = heap_activity_allocations + slot; in heap_activity()334 check_allocation (alloc, 1000 + slot); in heap_activity()338 check_allocation (alloc, 1000 + slot); in heap_activity()
Completed in 9 milliseconds