Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/tre/dist/lib/
H A Dxmalloc.c44 int xmalloc_current; variable
119 xmalloc_current += bytes; in hash_table_add()
120 if (xmalloc_current > xmalloc_peak) in hash_table_add()
121 xmalloc_peak = xmalloc_current; in hash_table_add()
153 xmalloc_current -= item->bytes; in hash_table_del()
178 xmalloc_current = 0; in xmalloc_init()