Lines Matching refs:malloc
476 devlist = malloc((num_devices + 1) * sizeof(*devlist));
649 if(!(tmp_range = malloc(sizeof(*tmp_range))))
656 if(!(tmp_range = malloc(sizeof(*tmp_range))))
663 if(!(tmp_range = malloc(sizeof(*tmp_range))))
670 if(!(tmp_range = malloc(sizeof(*tmp_range))))
1243 if ((lbuf = malloc(bytes)) == NULL)
1570 cs = malloc(sizeof(*cs));
1578 if ((cs->params.port = malloc(sizeof(*(cs->params.port)))) == NULL)
1812 if ((cs->weights_file = malloc(i + 1)) == NULL)
1828 if ((tmp = malloc(i + 1)) == NULL)
1837 if ((f_stat = malloc(sizeof(*f_stat))) == NULL)