Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
memp_priv.h File Reference
memory pools lwIP internal implementations (do not use in application code) More...
Go to the source code of this file.
Data Structures | |
struct | memp_desc |
Memory pool descriptor. More... | |
Functions | |
void | memp_init_pool (const struct memp_desc *desc) |
Initialize custom memory pool. |
Detailed Description
memory pools lwIP internal implementations (do not use in application code)
Definition in file memp_priv.h.
Function Documentation
void memp_init_pool | ( | const struct memp_desc * | desc ) |
Initialize custom memory pool.
Related functions: memp_malloc_pool, memp_free_pool
- Parameters:
-
desc pool to initialize
Definition at line 230 of file lwip_memp.c.
Generated on Tue Jul 12 2022 14:25:43 by
