Home
last modified time | relevance | path

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

/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__;
560 __THROW __attribute_malloc__;
568 extern void *realloc (void *__ptr, size_t __size) __THROW __attribute_malloc__;
584 extern void *valloc (size_t __size) __THROW __attribute_malloc__;
590 __THROW __attribute_malloc__;
/haiku/src/system/libroot/posix/glibc/include/
H A Dstdlib.h64 __attribute_malloc__;
/haiku/src/system/libroot/posix/glibc/libio/
H A Dstdio.h206 __THROW __attribute_malloc__;