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.
Fork of OmniWheels by
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 130 of file memp_priv.h.
Field Documentation
| u8_t* base |
Base address.
Definition at line 148 of file memp_priv.h.
| const char* desc |
Textual description.
Definition at line 133 of file memp_priv.h.
| u16_t num |
Number of elements.
Definition at line 145 of file memp_priv.h.
| u16_t size |
Element size.
Definition at line 141 of file memp_priv.h.
Statistics.
Definition at line 137 of file memp_priv.h.
| struct memp** tab |
First free element of each pool.
Elements form a linked list.
Definition at line 151 of file memp_priv.h.
Generated on Fri Jul 22 2022 04:54:13 by
1.7.2
