Searched defs:_PROP_CALLOC (Results 1 – 1 of 1) sorted by relevance
262 #define _PROP_CALLOC(s, t) malloc((s), (t), M_WAITOK | M_ZERO) macro321 #define _PROP_CALLOC(s, t) _prop_standalone_calloc((s)) macro368 #define _PROP_CALLOC(s, t) calloc(1, (s)) macro