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

/external/ipsec-tools/src/racoon/
H A Ddebugrm.h43 #ifndef racoon_calloc
44 #define racoon_calloc(cnt, sz) calloc((cnt), (sz)) macro
60 #ifndef racoon_calloc
61 #define racoon_calloc(cnt, sz) \ macro
H A Dgcmalloc.h92 #define racoon_calloc(cnt, sz) GC_debug_malloc(cnt * sz, GC_EXTRAS) macro
113 #ifndef racoon_calloc
114 #define racoon_calloc(cnt, sz) calloc((cnt), (sz)) macro

Completed in 89 milliseconds