[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] Re: lwip-users Digest, Vol 78, Issue 19
From: |
Bernhard 'Gustl' Bauer |
Subject: |
Re: [lwip-users] Re: lwip-users Digest, Vol 78, Issue 19 |
Date: |
Tue, 09 Feb 2010 07:36:30 +0100 |
User-agent: |
Thunderbird 2.0.0.23 (Windows/20090812) |
Chen schrieb:
MEM
There should be more like 'MEM HEAP', 'MEM RAW_PCB' and so on
avail: 17 (keep growing)
This should be the number of memory chunks available. Should be the
greatest number in the list. Init at startup, should not change.
used: 0
The number of used memory chunks at the moment. 0 is good
max: 41 (keep growing)
The number of max. used memory chunks since startup. Must be equal or
lower 'avail:'
err: 0
The number of errors in memory allocation. Increases if you run out of
memory (max==avail)
I think you use stats_display_mem in a wrong way.
HTH
Gustl