Searched refs:my_malloc (Results 1 – 2 of 2) 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)
550 void *my_malloc(int a) __attribute__((alloc_size(1)));554 void *const p = my_malloc(100);