Home
last modified time | relevance | path

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

1234567

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/
H A Dmalloc.h58 #elif !defined __attribute_malloc__
59 # define __attribute_malloc__ macro
123 extern __malloc_ptr_t malloc __MALLOC_P ((size_t __size)) __attribute_malloc__;
128 __attribute_malloc__;
131 __attribute_malloc__;
137 __attribute_malloc__;
141 __attribute_malloc__;
160 __attribute_malloc__;
165 __attribute_malloc__;
168 __attribute_malloc__;
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/
H A Dmalloc.h58 #elif !defined __attribute_malloc__
59 # define __attribute_malloc__ macro
123 extern __malloc_ptr_t malloc __MALLOC_P ((size_t __size)) __attribute_malloc__;
128 __attribute_malloc__;
131 __attribute_malloc__;
137 __attribute_malloc__;
141 __attribute_malloc__;
160 __attribute_malloc__;
165 __attribute_malloc__;
168 __attribute_malloc__;
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/include/
H A Dmalloc.h58 #elif !defined __attribute_malloc__
59 # define __attribute_malloc__ macro
123 extern __malloc_ptr_t malloc __MALLOC_P ((size_t __size)) __attribute_malloc__;
128 __attribute_malloc__;
131 __attribute_malloc__;
137 __attribute_malloc__;
141 __attribute_malloc__;
160 __attribute_malloc__;
165 __attribute_malloc__;
168 __attribute_malloc__;
[all …]
/dports/games/ldmud/ldmud-3.3.720/src/ptmalloc/
H A Dmalloc.h60 #elif !defined __attribute_malloc__
61 # define __attribute_malloc__ macro
119 …loc_ptr_t malloc __MALLOC_P ((size_t __size, const char *__file, int __line)) __attribute_malloc__;
121 extern __malloc_ptr_t malloc __MALLOC_P ((size_t __size)) __attribute_malloc__;
126 __attribute_malloc__;
132 __attribute_malloc__;
144 extern __malloc_ptr_t valloc __MALLOC_P ((size_t __size)) __attribute_malloc__;
149 __attribute_malloc__;
157 __attribute_malloc__;
/dports/devel/ptmalloc2/ptmalloc2/
H A Dmalloc.h60 #elif !defined __attribute_malloc__
61 # define __attribute_malloc__ macro
126 extern __malloc_ptr_t malloc __MALLOC_P ((size_t __size)) __attribute_malloc__;
130 __attribute_malloc__;
136 __attribute_malloc__;
148 extern __malloc_ptr_t valloc __MALLOC_P ((size_t __size)) __attribute_malloc__;
153 __attribute_malloc__;
161 __attribute_malloc__;
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/
H A Dmalloc.h38 extern void *malloc (size_t __size) __THROW __attribute_malloc__
43 __THROW __attribute_malloc__ __attribute_alloc_size__ ((1, 2)) __wur;
67 __THROW __attribute_malloc__ __attribute_alloc_size__ ((2)) __wur
71 extern void *valloc (size_t __size) __THROW __attribute_malloc__
76 extern void *pvalloc (size_t __size) __THROW __attribute_malloc__
H A Dstdio.h183 __attribute_malloc__ __attr_dealloc_fclose __wur;
187 __attribute_malloc__ __attr_dealloc_fclose __wur;
195 __attribute_malloc__ __attr_dealloc_fclose __wur;
217 __THROW __attribute_malloc__ __wur __attr_dealloc_free;
254 __attribute_malloc__ __attr_dealloc_fclose __wur;
266 __attribute_malloc__ __attr_dealloc_fclose __wur;
279 __attribute_malloc__ __attr_dealloc_fclose __wur;
288 __attribute_malloc__ __attr_dealloc_fclose __wur;
297 __attribute_malloc__ __attr_dealloc_fclose __wur;
309 __attribute_malloc__ __attr_dealloc_fclose __wur;
[all …]
H A Dstdlib.h539 extern void *malloc (size_t __size) __THROW __attribute_malloc__
543 __THROW __attribute_malloc__ __attribute_alloc_size__ ((1, 2)) __wur;
579 extern void *valloc (size_t __size) __THROW __attribute_malloc__
592 __THROW __attribute_malloc__ __attribute_alloc_size__ ((2)) __wur;
796 __THROW __nonnull ((1)) __attribute_malloc__
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/
H A Dmalloc.h38 extern void *malloc (size_t __size) __THROW __attribute_malloc__
43 __THROW __attribute_malloc__ __attribute_alloc_size__ ((1, 2)) __wur;
67 __THROW __attribute_malloc__ __attribute_alloc_size__ ((2)) __wur
71 extern void *valloc (size_t __size) __THROW __attribute_malloc__
76 extern void *pvalloc (size_t __size) __THROW __attribute_malloc__
H A Dstdio.h183 __attribute_malloc__ __attr_dealloc_fclose __wur;
187 __attribute_malloc__ __attr_dealloc_fclose __wur;
195 __attribute_malloc__ __attr_dealloc_fclose __wur;
217 __THROW __attribute_malloc__ __wur __attr_dealloc_free;
254 __attribute_malloc__ __attr_dealloc_fclose __wur;
266 __attribute_malloc__ __attr_dealloc_fclose __wur;
279 __attribute_malloc__ __attr_dealloc_fclose __wur;
288 __attribute_malloc__ __attr_dealloc_fclose __wur;
297 __attribute_malloc__ __attr_dealloc_fclose __wur;
309 __attribute_malloc__ __attr_dealloc_fclose __wur;
[all …]
H A Dstdlib.h539 extern void *malloc (size_t __size) __THROW __attribute_malloc__
543 __THROW __attribute_malloc__ __attribute_alloc_size__ ((1, 2)) __wur;
579 extern void *valloc (size_t __size) __THROW __attribute_malloc__
592 __THROW __attribute_malloc__ __attribute_alloc_size__ ((2)) __wur;
796 __THROW __nonnull ((1)) __attribute_malloc__
/dports/graphics/libvisual/libvisual-0.2.0/libvisual/
H A Dlv_mem.h33 #ifndef __attribute_malloc__
34 #define __attribute_malloc__ macro
37 void *visual_mem_malloc0 (visual_size_t nbytes) __attribute_malloc__;
/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dfirst.h267 #ifndef __attribute_malloc__
270 #define __attribute_malloc__ __attribute__((__malloc__)) macro
273 #define __attribute_malloc__ __declspec(restrict) macro
276 #define __attribute_malloc__ macro
H A Dvector.h14 __attribute_malloc__
30 __attribute_malloc__ \
H A Dmod_magnet_cache.h25 __attribute_malloc__
H A Dkeyvalue.h31 __attribute_malloc__
H A Dmod_auth_api.h51 __attribute_malloc__
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/sys/
H A Dcdefs.h151 # define __attribute_malloc__ __attribute__ ((__malloc__)) macro
153 # define __attribute_malloc__ /* Ignore */ macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/sys/
H A Dcdefs.h151 # define __attribute_malloc__ __attribute__ ((__malloc__)) macro
153 # define __attribute_malloc__ /* Ignore */ macro
/dports/lang/fpc-source/fpc-3.2.2/packages/libc/scripts/
H A Dh2p1.sed9 s/__attribute_malloc__//g
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/sys/
H A Dcdefs.h197 # define __attribute_malloc__ __attribute__ ((__malloc__)) macro
199 # define __attribute_malloc__ /* Ignore */ macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/glibc/stdlib/
H A Dstdlib.h539 extern void *malloc (size_t __size) __THROW __attribute_malloc__
543 __THROW __attribute_malloc__ __attribute_alloc_size__ ((1, 2)) __wur;
579 extern void *valloc (size_t __size) __THROW __attribute_malloc__
592 __THROW __attribute_malloc__ __attribute_alloc_size__ ((2)) __wur;
796 __THROW __nonnull ((1)) __attribute_malloc__
/dports/lang/zig/zig-0.9.0/lib/libc/glibc/stdlib/
H A Dstdlib.h539 extern void *malloc (size_t __size) __THROW __attribute_malloc__
543 __THROW __attribute_malloc__ __attribute_alloc_size__ ((1, 2)) __wur;
579 extern void *valloc (size_t __size) __THROW __attribute_malloc__
592 __THROW __attribute_malloc__ __attribute_alloc_size__ ((2)) __wur;
796 __THROW __nonnull ((1)) __attribute_malloc__
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/include/sys/
H A Dcdefs.h64 #define __attribute_malloc__ macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/include/sys/
H A Dcdefs.h64 #define __attribute_malloc__

1234567