lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Compilations errors with MEM_USE_POOLS


From: Sergio R. Caprile
Subject: Re: [lwip-users] Compilations errors with MEM_USE_POOLS
Date: Mon, 9 Nov 2015 09:34:13 -0300
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

/**
 * MEM_USE_POOLS==1: Use an alternative to malloc() by allocating from a set
 * of memory pools of various sizes. When mem_malloc is called, an
element of
 * the smallest pool that can provide the length needed is returned.


 * To use this, MEMP_USE_CUSTOM_POOLS also has to be enabled.
 */

Did you ?


/**
 * MEMP_USE_CUSTOM_POOLS==1: whether to include a user file lwippools.h
 * that defines additional pools beyond the "standard" ones required
 * by lwIP. If you set this to 1, you must have lwippools.h in your
 * inlude path somewhere.
 */

and this ?

What are you running ? 1.4.1 ? git HEAD ?

-- 




reply via email to

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