Searched refs:__alloc_size2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/tools/build/cross-build/include/common/sys/
H A Dcdefs.h85 #ifndef __alloc_size2
86 #define __alloc_size2(n, x) __attribute__((__alloc_size__(n, x))) macro
/freebsd-current/sys/sys/
H A Dmalloc.h248 __alloc_size2(1, 2);
251 __alloc_size2(1, 2);
H A Dcdefs.h186 #define __alloc_size2(n, x) __attribute__((__alloc_size__(n, x))) macro
189 #define __alloc_size2(n, x) macro
/freebsd-current/include/
H A Dstdlib.h89 __alloc_size2(1, 2);
309 __alloc_size2(2, 3);

Completed in 92 milliseconds