Searched refs:my_malloc (Results 1 – 2 of 2) sorted by relevance
54 static void *my_malloc(int s) { return malloc(s); } in my_malloc() function56 #define malloc(s, t, w) my_malloc(s)
925 void *my_malloc(int a) __attribute__((alloc_size(1)));929 void *const p = my_malloc(100);1499 // Denotes that my_malloc will return with a dynamically allocated piece of1501 void __attribute((ownership_returns(malloc))) *my_malloc(size_t);