Searched refs:zmalloc (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.h58 #define XMALLOC(mtype, size) zmalloc ((mtype), (size))
69 extern void *zmalloc (int type, size_t size);
H A Dmemory.c67 zmalloc (int type, size_t size) function
82 * Allocate memory as in zmalloc, and also clear the memory.
100 * Given a pointer returned by zmalloc or zcalloc, free it and
102 * Requires: ptr was returned by zmalloc, zcalloc, or zrealloc with the
122 * Requires: ptr was returned by zmalloc, zcalloc, or zrealloc with the
182 memory = zmalloc (type, size);
183 mtype_log ("zmalloc", memory, file, line, type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dmemory.h58 #define XMALLOC(mtype, size) zmalloc ((mtype), (size))
69 extern void *zmalloc (int type, size_t size);
H A Dmemory.c67 zmalloc (int type, size_t size) function
82 * Allocate memory as in zmalloc, and also clear the memory.
100 * Given a pointer returned by zmalloc or zcalloc, free it and
102 * Requires: ptr was returned by zmalloc, zcalloc, or zrealloc with the
122 * Requires: ptr was returned by zmalloc, zcalloc, or zrealloc with the
182 memory = zmalloc (type, size);
183 mtype_log ("zmalloc", memory, file, line, type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dmemory.h58 #define XMALLOC(mtype, size) zmalloc ((mtype), (size))
69 extern void *zmalloc (int type, size_t size);
H A Dmemory.c67 zmalloc (int type, size_t size) function
82 * Allocate memory as in zmalloc, and also clear the memory.
100 * Given a pointer returned by zmalloc or zcalloc, free it and
102 * Requires: ptr was returned by zmalloc, zcalloc, or zrealloc with the
122 * Requires: ptr was returned by zmalloc, zcalloc, or zrealloc with the
182 memory = zmalloc (type, size);
183 mtype_log ("zmalloc", memory, file, line, type);

Completed in 60 milliseconds