_PROP_CALLOC
#define _PROP_CALLOC(s, t) malloc((s), (t), M_WAITOK | M_ZERO)
#define _PROP_CALLOC(s, t) _prop_standalone_calloc((s))
#define _PROP_CALLOC(s, t) calloc(1, (s))