On Thu, 2010-01-14 at 14:14 +0100, Bernhard 'Gustl' Bauer wrote: > Hi, > > I just checked the status of my LWIP 1.3.0 and it says: > > MEM_HEAP > avail: 8192 > used: 59408 > max: 63492 > err: 0 > > > How can more heap memory be used than is available?
total = used + available i.e. "available" is synonymous with "free" Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
