Searched refs:__alloc_size__ (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/pam-krb5/tests/tap/ |
| H A D | basic.h | 132 __attribute__((__alloc_size__(1, 2), __malloc__, __warn_unused_result__)); 134 __attribute__((__alloc_size__(1), __malloc__, __warn_unused_result__)); 136 __attribute__((__alloc_size__(2, 3), __malloc__, __warn_unused_result__)); 138 __attribute__((__alloc_size__(2), __malloc__, __warn_unused_result__));
|
| H A D | macros.h | 57 #if !defined(__attribute__) && !defined(__alloc_size__) 60 # define __alloc_size__(spec, args...) /* empty */ macro
|
| /freebsd/contrib/pam-krb5/portable/ |
| H A D | macros.h | 41 #if !defined(__attribute__) && !defined(__alloc_size__) 44 # define __alloc_size__(spec, args...) /* empty */ macro
|
| /freebsd/tools/build/cross-build/include/common/sys/ |
| H A D | cdefs.h | 83 #define __alloc_size(...) __attribute__((__alloc_size__(__VA_ARGS__))) 86 #define __alloc_size2(n, x) __attribute__((__alloc_size__(n, x)))
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | mm_malloc.h | 31 __malloc__, __alloc_size__(1),
|
| /freebsd/contrib/expat/lib/ |
| H A D | expat_external.h | 121 # define XML_ATTR_ALLOC_SIZE(x) __attribute__((__alloc_size__(x)))
|
| /freebsd/contrib/llvm-project/libcxx/include/__memory_resource/ |
| H A D | memory_resource.h | 35 [[nodiscard]] [[using __gnu__: __returns_nonnull__, __alloc_size__(2), __alloc_align__(3)]]
|
| H A D | polymorphic_allocator.h | 82 [[nodiscard]] [[using __gnu__: __alloc_size__(2), __alloc_align__(3)]] _LIBCPP_HIDE_FROM_ABI void*
|
| /freebsd/contrib/xz/src/common/ |
| H A D | sysdefs.h | 215 # define lzma_attr_alloc_size(x) __attribute__((__alloc_size__(x)))
|
| /freebsd/contrib/pam-krb5/tests/ |
| H A D | runtests.c | 278 #if !defined(__attribute__) && !defined(__alloc_size__) 281 # define __alloc_size__(spec, args...) /* empty */ macro 302 __attribute__((__alloc_size__(1, 2), __malloc__, __nonnull__)); 304 __attribute__((__alloc_size__(1), __malloc__, __nonnull__)); 306 __attribute__((__alloc_size__(2, 3), __malloc__, __nonnull__(4)));
|
| /freebsd/sys/sys/ |
| H A D | cdefs.h | 158 #define __alloc_size(x) __attribute__((__alloc_size__(x))) 159 #define __alloc_size2(n, x) __attribute__((__alloc_size__(n, x)))
|
| /freebsd/contrib/pam-krb5/ |
| H A D | NEWS | 270 * Suppress __alloc_size__ attribute with older versions of gcc.
|