lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] about memory problem


From: yueyue papa
Subject: Re: [lwip-users] about memory problem
Date: Thu, 17 Jul 2008 16:51:50 +0800

I tried in VC compiler, still failure.

Untill i enable the  MEMP_USE_CUSTOM_POOLS , it pass compiler again.

#ifndef MEM_USE_POOLS
#define MEM_USE_POOLS                   1
#endif

#ifndef MEMP_USE_CUSTOM_POOLS
#define MEMP_USE_CUSTOM_POOLS           1
#endif

The problem is not compiler problem, but default build is not working,
at least need the two macro set at the same time.



On 7/17/08, Kieran Mansley <address@hidden> wrote:
> On Thu, 2008-07-17 at 14:34 +0800, yueyue papa wrote:
>
> > I tried to enable MEM_USE_POOLS macro, but meet the compiler error.
> > There related code is too skillful. I unable to find the problem now.
>
> What compiler, and what is the compiler error?
>
> To check that fragmentation is your problem you could try using the lwip
> debug stats to get a count of the number of allocations and frees to
> make sure that memory isn't being leaked.
>
> Keiran
>
>
>
> _______________________________________________
> lwip-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/lwip-users
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]