Searched defs:__alloc_size (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/tools/build/cross-build/include/common/sys/
H A Dcdefs.h83 #define __alloc_size(...) __attribute__((__alloc_size__(__VA_ARGS__))) macro
/freebsd-current/sys/sys/
H A Dcdefs.h184 #define __alloc_size(x) __attribute__((__alloc_size__(x))) macro
187 #define __alloc_size(x) macro

Completed in 113 milliseconds