Daiki Kato / mbed-os-lychee

Dependents:   mbed-os-example-blinky-gr-lychee GR-Boads_Camera_sample GR-Boards_Audio_Recoder GR-Boads_Camera_DisplayApp ... more

Embed: (wiki syntax)

« Back to documentation index

memp_priv.h File Reference

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:
descpool to initialize

Definition at line 227 of file lwip_memp.c.