Searched defs:__attribute_malloc__ (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Dstdio.h206 __THROW __attribute_malloc__; variable
/haiku/src/system/libroot/posix/glibc/include/misc/sys/
H A Dcdefs.h174 # define __attribute_malloc__ __attribute__ ((__malloc__)) macro
176 # define __attribute_malloc__ /* Ignore */ macro
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h557 extern void *malloc (size_t __size) __THROW __attribute_malloc__; variable
560 __THROW __attribute_malloc__; variable
568 extern void *realloc (void *__ptr, size_t __size) __THROW __attribute_malloc__; variable
584 extern void *valloc (size_t __size) __THROW __attribute_malloc__; variable
590 __THROW __attribute_malloc__; variable

Completed in 82 milliseconds