Home | History | Annotate | Download | only in coregrind

Lines Matching refs:malloc

158 /* Calls malloc (size). Exits if memory can't be allocated. */
162 void * mem = malloc(size);