Home | History | Annotate | Download | only in strace

Lines Matching refs:malloc

606 		str = malloc(max_strlen + 1);
608 outstr = malloc(4 * max_strlen + sizeof "\"...\"");
675 || (iov = malloc(size)) == NULL) {
712 if ((str = malloc(len)) == NULL) {
1746 if ((strtab = malloc((unsigned)ld.ld_symb_size)) == NULL) {