Home
last modified time | relevance | path

Searched refs:__alloc_size2 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/include/
H A Dstdlib.h91 __alloc_size2(1, 2);
307 __alloc_size2(2, 3);
/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h242 #define __alloc_size2(n, x) __attribute__((__alloc_size__(n, x))) macro
245 #define __alloc_size2(n, x) macro