Searched defs:sn_calloc (Results 1 – 1 of 1) sorted by relevance
189 #define sn_calloc(n,x) mallocarray((n), (x), M_SCTPNAT, M_NOWAIT|M_ZERO) macro195 #define sn_calloc(n, x) calloc(n, x) macro