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

/freebsd-10.2-release/usr.bin/grep/regex/
H A Dxmalloc.c45 static int xmalloc_current_blocks;
121 xmalloc_current_blocks++;
122 if (xmalloc_current_blocks > xmalloc_peak_blocks)
123 xmalloc_peak_blocks = xmalloc_current_blocks;
153 xmalloc_current_blocks--;
178 xmalloc_current_blocks = 0;
44 static int xmalloc_current_blocks; variable

Completed in 41 milliseconds