rs_malloc
#define rs_malloc(x) malloc(x, M_PF, M_WAITOK|M_CANFAIL|M_ZERO)
#define rs_malloc(x) calloc(1, x)