Searched defs:R_Zalloc (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | radix.h | 155 #define R_Zalloc(p, t, n) (p = (t) calloc(1,(unsigned int)(n))) macro 159 #define R_Zalloc(p, t, n) (p = (t) malloc((unsigned long)(n), M_RTABLE, M_NOWAIT | M_ZERO)) macro
|
| /f-stack/tools/compat/include/net/ |
| H A D | radix.h | 155 #define R_Zalloc(p, t, n) (p = (t) calloc(1,(unsigned int)(n))) macro 159 #define R_Zalloc(p, t, n) (p = (t) malloc((unsigned long)(n), M_RTABLE, M_NOWAIT | M_ZERO)) macro
|