Home
last modified time | relevance | path

Searched refs:__attr_dealloc_free (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/support/
Dsupport.h103 __attribute_malloc__ __attribute_alloc_size__ ((1)) __attr_dealloc_free
106 __attribute_malloc__ __attribute_alloc_size__ ((1, 2)) __attr_dealloc_free
109 __attribute_malloc__ __attribute_alloc_size__ ((2)) __attr_dealloc_free;
110 extern char *xstrdup (const char *) __attribute_malloc__ __attr_dealloc_free
114 __attribute_alloc_size__ ((2)) __attr_dealloc_free __returns_nonnull;
116 __attribute__ ((format (printf, 1, 2), malloc)) __attr_dealloc_free
118 char *xstrdup (const char *) __attr_dealloc_free __returns_nonnull;
119 char *xstrndup (const char *, size_t) __attr_dealloc_free __returns_nonnull;
/glibc-2.36/include/programs/
Dxmalloc.h26 __attribute_malloc__ __attribute_alloc_size__ ((1)) __attr_dealloc_free
29 __attribute_malloc__ __attribute_alloc_size__ ((1, 2)) __attr_dealloc_free
32 __attribute_malloc__ __attribute_alloc_size__ ((2)) __attr_dealloc_free;
33 extern char *xstrdup (const char *) __attribute_malloc__ __attr_dealloc_free
/glibc-2.36/malloc/
Dmalloc.h61 __attr_dealloc_free;
69 __attribute_alloc_size__ ((2)) __wur __attr_dealloc_free;
73 __attribute_alloc_size__ ((1)) __wur __attr_dealloc_free;
78 __wur __attr_dealloc_free;
/glibc-2.36/misc/sys/
Dcdefs.h691 # define __attr_dealloc_free __attr_dealloc (__builtin_free, 1) macro
694 # define __attr_dealloc_free macro
/glibc-2.36/stdlib/
Dstdlib.h579 __attr_dealloc_free;
812 __attr_dealloc_free __wur;
/glibc-2.36/libio/
Dstdio.h223 __THROW __attribute_malloc__ __wur __attr_dealloc_free;
/glibc-2.36/wcsmbs/
Dwchar.h155 __attribute_malloc__ __attr_dealloc_free;
/glibc-2.36/ChangeLog.old/
DChangeLog.23159 (__attr_dealloc_free): New.
172 (__attr_dealloc_free): Modified.
173 (__attr_dealloc_free): Remove.
174 (__attr_dealloc_free): Remove.
175 (__attr_dealloc_free): Remove.
13949 (__attr_dealloc_free): New.
13950 (__attr_dealloc_free): New.
13951 (__attr_dealloc_free): New.
13952 (__attr_dealloc_free): New.
13963 [__USE_MISC || __USE_XOPEN](__attr_dealloc_free): New.
[all …]
DChangeLog.248008 (__attr_dealloc_free): Modified.