Home
last modified time | relevance | path

Searched defs:racoon_calloc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Ddebugrm.h44 #define racoon_calloc(cnt, sz) calloc((cnt), (sz)) macro
61 #define racoon_calloc(cnt, sz) \ macro
H A Dgcmalloc.h92 #define racoon_calloc(cnt, sz) GC_debug_malloc(cnt * sz, GC_EXTRAS) macro
114 #define racoon_calloc(cnt, sz) calloc((cnt), (sz)) macro