Home
last modified time | relevance | path

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

/malloc/
A Dtst-mallocfork3.c35 enum { malloc_objects = 1009 }; enumerator
153 void *objects[malloc_objects] = {}; in do_test()
161 int slot = rand_r (&seed) % malloc_objects; in do_test()
202 for (int slot = 0; slot < malloc_objects; ++slot) in do_test()
A Dtst-mallocfork2.c44 enum { malloc_objects = 1009 }; enumerator
195 void *objects[malloc_objects] = {}; in do_test()
203 int slot = rand_r (&seed) % malloc_objects; in do_test()
246 for (int slot = 0; slot < malloc_objects; ++slot) in do_test()

Completed in 5 milliseconds