On 17/02/2012 9:58 p.m., Sebastian Muniz wrote:
On 2/16/2012 6:52 PM, Amos Jeffries wrote:
It is weir for me that the General Runtime Information shows
negative values!
mallinfo() suffers from 32-bit wrap problems. Negative numbers are
normal there on 64-bit systems.
Good to know!
"Memory accounted for" is generated from the mem_pools accounting.
Did you disable mem_pools?
Just the opposite. Just recompiled to enable it.
Hmm. Okay in that case the negative is a worry. :(
It could be 32-bit wrap on the display code, or the accounting itself.
You can get a full tabular report of where all the allocations are in
the manager "mem" report.
Amos