Searched refs:R_Zalloc (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/net/ |
H A D | radix.h | 178 #define R_Zalloc(p, c, n) \ macro 202 #define R_Zalloc(p, t, n) (p = calloc(1, (unsigned int)(n))) macro 203 #define R_ZallocSleep(p, t, n) R_Zalloc(p, t, n)
|
/titanic_41/usr/src/common/net/patricia/ |
H A D | radix.c | 601 R_Zalloc(x, radix_node_cache, max_keylen + 2 * sizeof (*x));
|