Searched refs:my_malloc (Results 1 – 1 of 1) sorted by relevance
58 static void *my_malloc(int s) { return malloc(s); } in my_malloc() function60 #define malloc(s, t, w) my_malloc(s)