[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] unable to find MEMP_SEPARATE_POOLS macro
From: |
goldsimon |
Subject: |
Re: [lwip-users] unable to find MEMP_SEPARATE_POOLS macro |
Date: |
Tue, 23 Jan 2018 17:30:11 +0100 |
User-agent: |
K-9 Mail for Android |
Amena El Homsi wrote:
>I am using lwip 2.0.3 Release version, I din't find MEMP_SEPARATE_POOLS
>Macro. How to know if the pools are placed in one array or separate
>arrays?
They are always separate since 2.0.0, as the previously used common array for
all pool had no real advantage.
Simon