Re: [lwip-users] LWIP malloc/free issue

2014-06-27 Thread Sergio R. Caprile
Hi, I don't understand what your problem exactly is, but I happen to have a running Keil port for ARM Cortex-M (CMSIS, Keil/IAR/GNU in fact). Take a look at it and maybe you find your problem (or use this port) http://scaprile.ldir.com.ar/cms/category/os/lwip-port/ Beyond that, check your

[lwip-users] LWIP malloc/free issue

2014-06-26 Thread Vincent Cui
All: I define MEM_LIBC_MALLOC and MEMP_MEM_MALLOC to 0. But my application still can use MALLOC and FREE function. As LWIP help show, if the define them to 0, system use lwip internal allocator, the internal allocator function name is malloc and free too ? I can’t find it in lwip code. Anyone

Re: [lwip-users] LWIP malloc/free issue

2014-06-26 Thread Vincent Cui
+vincent.cui=enlogic@nongnu.org] On Behalf Of Vincent Cui Sent: 2014年6月27日 11:57 To: lwip-users@nongnu.org Subject: [lwip-users] LWIP malloc/free issue All: I define MEM_LIBC_MALLOC and MEMP_MEM_MALLOC to 0. But my application still can use MALLOC and FREE function. As LWIP help show, if the define