Why does uma_zdestroy(9) print message like:
Freed UMA keg was not empty (100 items). Lost 2 pages of memory.
But actually I have made sure that uma_zalloc(9) and uma_zfree(9) appear
in pair in my code. Does it represent any problems?
------------------------------------------------------------------------
From Beijing, China