Searched refs:xmalloc_current_blocks (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.c47 int xmalloc_current_blocks;
123 xmalloc_current_blocks++;
124 if (xmalloc_current_blocks > xmalloc_peak_blocks)
125 xmalloc_peak_blocks = xmalloc_current_blocks;
155 xmalloc_current_blocks--;
180 xmalloc_current_blocks = 0;
46 int xmalloc_current_blocks; variable

Completed in 100 milliseconds