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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dmemory.c147 mtype_log (char *func, void *memory, const char *file, int line, int type)
163 mtype_log ("zmalloc", memory, file, line, type);
177 mtype_log ("xcalloc", memory, file, line, type);
192 mtype_log ("xrealloc", memory, file, line, type);
203 mtype_log ("xfree", ptr, file, line, type);
217 mtype_log ("xstrdup", memory, file, line, type);
143 mtype_log (char *func, void *memory, const char *file, int line, int type) function

Completed in 110 milliseconds