Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/tre/dist/lib/
H A Dxmalloc.c46 int xmalloc_current_blocks; variable
122 xmalloc_current_blocks++; in hash_table_add()
123 if (xmalloc_current_blocks > xmalloc_peak_blocks) in hash_table_add()
124 xmalloc_peak_blocks = xmalloc_current_blocks; in hash_table_add()
154 xmalloc_current_blocks--; in hash_table_del()
179 xmalloc_current_blocks = 0; in xmalloc_init()