Searched refs:mynewmalloc (Results 1 – 2 of 2) sorted by relevance
196 #define newmalloc(x) mynewmalloc(__LINE__,__FILE__,x)199 void * mynewmalloc(int line, char *s, int size) in mynewmalloc() function
178 #define newmalloc(x) mynewmalloc(__LINE__,__FILE__,x)181 void * mynewmalloc(int line, char *s, int size) { in mynewmalloc() function