_PROP_MALLOC
#define _PROP_MALLOC(s, t) malloc((s), (t), M_WAITOK)
#define _PROP_MALLOC(s, t) alloc((s))
#define _PROP_MALLOC(s, t) malloc((s))