Lines Matching refs:malloc
413 intervals = malloc(sizeof(stats_container_t) * nr_tasks);
415 debug(DBG_ERR, "malloc failed\n");
418 intervals_length = malloc(sizeof(stats_container_t) * nr_tasks);
420 debug(DBG_ERR, "malloc failed\n");
424 debug(DBG_ERR, "malloc failed\n");
425 intervals_loops = malloc(sizeof(stats_container_t) * nr_tasks);
428 threads = malloc(sizeof(*threads) * nr_tasks);
430 debug(DBG_ERR, "malloc failed\n");
445 thread_pids = malloc(sizeof(long) * nr_tasks);
447 debug(DBG_ERR, "malloc thread_pids failed\n");