Searched defs:rs_malloc (Results 1 – 1 of 1) sorted by relevance
60 #define rs_malloc(x) malloc(x, M_PF, M_WAITOK|M_CANFAIL|M_ZERO) macro76 #define rs_malloc(x) calloc(1, x) macro