STM32F7 Ethernet interface for nucleo STM32F767

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 230 of file lwip_memp.c.