Searched refs:__attribute_malloc__ (Results 1 – 7 of 7) sorted by relevance
57 #elif !defined __attribute_malloc__58 # define __attribute_malloc__ macro109 extern __malloc_ptr_t malloc __MALLOC_P ((size_t __size)) __attribute_malloc__;113 __attribute_malloc__;119 __attribute_malloc__;130 extern __malloc_ptr_t valloc __MALLOC_P ((size_t __size)) __attribute_malloc__;
488 extern void *malloc (size_t __size) __THROW __attribute_malloc__ __wur;493 __THROW __attribute_malloc__ __wur;521 extern void *valloc (size_t __size) __THROW __attribute_malloc__ __wur;
147 __THROW __attribute_malloc__ __nonnull ((1));156 __THROW __attribute_malloc__ __nonnull ((1));
225 extern wchar_t *wcsdup (const wchar_t *__s) __THROW __attribute_malloc__;
198 __THROW __attribute_malloc__ __wur;
24 __attribute_malloc__ __attribute_warn_unused_result__;
202 # define __attribute_malloc__ __attribute__ ((__malloc__)) macro204 # define __attribute_malloc__ /* Ignore */ macro
Completed in 9 milliseconds