|
From: | address@hidden |
Subject: | Re: [lwip-users] Trouble using mempool? |
Date: | Thu, 5 Oct 2017 19:48:58 +0200 |
User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
Alex Simanovsky wrote:
I decided to try and use mempools. Copy pasted the code for lwipopts.h and lwippools from the wiki. Everything compiles fine but when running I get an assertion of "no pool is that big" Can anyone shed some light on what's going on and what exactly the error means?
That means mem_malloc() has been called with a size larger than the biggest pool element you have configured.
Simon
[Prev in Thread] | Current Thread | [Next in Thread] |