Home | History | Annotate | Download | only in tests

Lines Matching refs:mymalloc

128 #define newmalloc(x) mymalloc((x),(&ListHeader))				/* new prototype of malloc function 	*/		
188 void * mymalloc(int size, ListMember** ListHeader );
2461 * mymalloc() function to perform dynamic memory allocation.
2471 void * mymalloc(int size,ListMember** ListHeader)