Searched refs:racoon_realloc (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Ddebugrm.h41 #ifndef racoon_realloc
42 #define racoon_realloc(old, sz) realloc((old), (sz)) macro
56 #ifndef racoon_realloc
57 #define racoon_realloc(old, sz) \ macro
H A Dgcmalloc.h84 #define racoon_realloc(old, sz) GC_debug_realloc(old, sz, GC_EXTRAS) macro
106 #ifndef racoon_realloc
107 #define racoon_realloc(old, sz) realloc((old), (sz)) macro
H A Dvmbuf.c73 if ((v = (caddr_t)racoon_realloc(ptr->v, size)) == NULL) {

Completed in 111 milliseconds