Searched refs:objects (Results 1 – 2 of 2) sorted by relevance
153 void *objects[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()203 free (objects[slot]); in do_test()
195 void *objects[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()247 free (objects[slot]); in do_test()
Completed in 5 milliseconds