Searched refs:zrealloc (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dmemory.h60 #define XREALLOC(mtype, ptr, size) zrealloc ((mtype), (ptr), (size))
71 extern void *zrealloc (int type, void *ptr, size_t size);
H A Dmemory.c102 * Requires: ptr was returned by zmalloc, zcalloc, or zrealloc with the
107 zrealloc (int type, void *ptr, size_t size) function
122 * Requires: ptr was returned by zmalloc, zcalloc, or zrealloc with the
210 memory = zrealloc (type, ptr, size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dmemory.h60 #define XREALLOC(mtype, ptr, size) zrealloc ((mtype), (ptr), (size))
71 extern void *zrealloc (int type, void *ptr, size_t size);
H A Dmemory.c102 * Requires: ptr was returned by zmalloc, zcalloc, or zrealloc with the
107 zrealloc (int type, void *ptr, size_t size) function
122 * Requires: ptr was returned by zmalloc, zcalloc, or zrealloc with the
210 memory = zrealloc (type, ptr, size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dmemory.h60 #define XREALLOC(mtype, ptr, size) zrealloc ((mtype), (ptr), (size))
71 extern void *zrealloc (int type, void *ptr, size_t size);
H A Dmemory.c102 * Requires: ptr was returned by zmalloc, zcalloc, or zrealloc with the
107 zrealloc (int type, void *ptr, size_t size) function
122 * Requires: ptr was returned by zmalloc, zcalloc, or zrealloc with the
210 memory = zrealloc (type, ptr, size);

Completed in 67 milliseconds