Home
last modified time | relevance | path

Searched refs:R_Zalloc (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dradix.h176 #define R_Zalloc(p, c, n) \ macro
200 #define R_Zalloc(p, t, n) (p = calloc(1, (unsigned int)(n))) macro
201 #define R_ZallocSleep(p, t, n) R_Zalloc(p, t, n)
/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c601 R_Zalloc(x, radix_node_cache, max_keylen + 2 * sizeof (*x));