HomeSort by relevance Sort by last modified time
    Searched defs:racoon_calloc (Results 1 - 2 of 2) sorted by null

  /external/ipsec-tools/src/racoon/
debugrm.h 43 #ifndef racoon_calloc
44 #define racoon_calloc(cnt, sz) calloc((cnt), (sz)) macro
60 #ifndef racoon_calloc
61 #define racoon_calloc(cnt, sz) \ macro
gcmalloc.h 92 #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 21 milliseconds