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

/external/ipsec-tools/src/racoon/
H A Ddebugrm.h46 #ifndef racoon_realloc
47 #define racoon_realloc(old, sz) realloc((old), (sz)) macro
64 #ifndef racoon_realloc
65 #define racoon_realloc(old, sz) \ macro
H A Dgcmalloc.h93 #define racoon_realloc(old, sz) GC_debug_realloc(old, sz, GC_EXTRAS) macro
116 #ifndef racoon_realloc
117 #define racoon_realloc(old, sz) realloc((old), (sz)) macro

Completed in 611 milliseconds