Searched refs:_malloc_ (Results 1 – 2 of 2) sorted by relevance
34 #define _malloc_ __attribute__ ((malloc)) macro
305 _malloc_ _alloc_(1, 2) static inline void *malloc_multiply(size_t a, size_t b) { in malloc_multiply()