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: TYBLE16_simple_data_logger TYBLE16_MP3_Air
memp_desc Struct Reference
Memory pool descriptor. More...
#include <memp_priv.h>
Data Fields | |
const char * | desc |
Textual description. | |
struct stats_mem * | stats |
Statistics. | |
u16_t | size |
Element size. | |
u16_t | num |
Number of elements. | |
u8_t * | base |
Base address. | |
struct memp ** | tab |
First free element of each pool. |
Detailed Description
Memory pool descriptor.
Definition at line 108 of file memp_priv.h.
Field Documentation
u8_t* base |
Base address.
Definition at line 126 of file memp_priv.h.
const char* desc |
Textual description.
Definition at line 111 of file memp_priv.h.
u16_t num |
Number of elements.
Definition at line 123 of file memp_priv.h.
u16_t size |
Element size.
Definition at line 119 of file memp_priv.h.
Statistics.
Definition at line 115 of file memp_priv.h.
struct memp** tab |
First free element of each pool.
Elements form a linked list.
Definition at line 129 of file memp_priv.h.
Generated on Tue Jul 12 2022 13:55:33 by
