Mistake on this page?
Report an issue in GitHub or email us
Data Fields
memp_desc Struct Reference

Memory pool descriptor. More...

#include <memp_priv.h>

Data Fields

u16_t size
 Element size. More...
 
u16_t num
 Number of elements. More...
 
u8_t * base
 Base address. More...
 
struct memp ** tab
 First free element of each pool. More...
 

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.

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.

struct memp** tab

First free element of each pool.

Elements form a linked list.

Definition at line 129 of file memp_priv.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.