Lines Matching refs:malloc
47 char name[1]; /* This is dynamically allocated off the end with malloc. */171 newNode = (TestNode*)malloc(sizeof(TestNode) + (nameLen + 1));878 return malloc(size);