Home
last modified time | relevance | path

Searched refs:__alloc_size__ (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/pam-krb5/tests/tap/
H A Dbasic.h132 __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 Dmacros.h57 #if !defined(__attribute__) && !defined(__alloc_size__)
60 # define __alloc_size__(spec, args...) /* empty */ macro
/freebsd/contrib/pam-krb5/portable/
H A Dmacros.h41 #if !defined(__attribute__) && !defined(__alloc_size__)
44 # define __alloc_size__(spec, args...) /* empty */ macro
/freebsd/tools/build/cross-build/include/common/sys/
H A Dcdefs.h83 #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 Dmm_malloc.h31 __malloc__, __alloc_size__(1),
/freebsd/contrib/expat/lib/
H A Dexpat_external.h121 # define XML_ATTR_ALLOC_SIZE(x) __attribute__((__alloc_size__(x)))
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dmemory_resource.h35 [[nodiscard]] [[using __gnu__: __returns_nonnull__, __alloc_size__(2), __alloc_align__(3)]]
H A Dpolymorphic_allocator.h82 [[nodiscard]] [[using __gnu__: __alloc_size__(2), __alloc_align__(3)]] _LIBCPP_HIDE_FROM_ABI void*
/freebsd/contrib/xz/src/common/
H A Dsysdefs.h215 # define lzma_attr_alloc_size(x) __attribute__((__alloc_size__(x)))
/freebsd/contrib/pam-krb5/tests/
H A Druntests.c278 #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 Dcdefs.h158 #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 DNEWS270 * Suppress __alloc_size__ attribute with older versions of gcc.