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.
Dependents: cobaLCDJoyMotor_Thread odometry_omni_3roda_v3 odometry_omni_3roda_v1 odometry_omni_3roda_v2 ... more
memp.h File Reference
Memory pool API. More...
Go to the source code of this file.
Data Structures | |
struct | memp_malloc_helper |
This structure is used to save the pool one element came from. More... | |
Enumerations | |
enum | memp_t |
Create the list of all memory pools managed by memp. More... | |
Functions | |
void | memp_init (void) |
Initializes lwIP built-in pools. |
Detailed Description
Memory pool API.
Definition in file memp.h.
Enumeration Type Documentation
enum memp_t |
Function Documentation
void memp_init | ( | void | ) |
Initializes lwIP built-in pools.
Related functions: memp_malloc, memp_free
Carves out memp_memory into linked lists for each pool-type.
Definition at line 271 of file lwip_memp.c.
Generated on Tue Jul 12 2022 13:03:25 by
