Home
last modified time | relevance | path

Searched refs:__attribute_malloc__ (Results 1 – 7 of 7) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dmalloc.h57 #elif !defined __attribute_malloc__
58 # define __attribute_malloc__ macro
109 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__;
A Dstdlib.h488 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;
A Dstring.h147 __THROW __attribute_malloc__ __nonnull ((1));
156 __THROW __attribute_malloc__ __nonnull ((1));
A Dwchar.h225 extern wchar_t *wcsdup (const wchar_t *__s) __THROW __attribute_malloc__;
A Dstdio.h198 __THROW __attribute_malloc__ __wur;
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/bfin/
A Dbfin_sram.h24 __attribute_malloc__ __attribute_warn_unused_result__;
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/
A Dcdefs.h202 # define __attribute_malloc__ __attribute__ ((__malloc__)) macro
204 # define __attribute_malloc__ /* Ignore */ macro

Completed in 10 milliseconds