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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dxmalloc.c45 int xmalloc_current;
120 xmalloc_current += bytes;
121 if (xmalloc_current > xmalloc_peak)
122 xmalloc_peak = xmalloc_current;
154 xmalloc_current -= item->bytes;
179 xmalloc_current = 0;
44 int xmalloc_current; variable

Completed in 72 milliseconds