LwIP
LWIP_MALLOC_MEMPOOL
is only used within LwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LwIP
LWIP_MALLOC_MEMPOOL
LWIP_MALLOC_MEMPOOL macro
@file lwIP internal memory pools (do not use in application code) This file is deliberately included multiple times: once with empty definition of LWIP_MEMPOOL() to handle all includes and multiple times to build up various lists of mem pools.
Syntax
Show:
Summary
Declaration
from
memp_std.h:23
#define
LWIP_MALLOC_MEMPOOL
(
num
,
size
)
LWIP_MEMPOOL
(
POOL_
##
size
,
num
,
(
size
+
LWIP_MEM_ALIGN_SIZE
(
sizeof
(
struct
memp_malloc_helper
)
)
)
,
"MALLOC_"
#
size
)
Arguments
Argument
num
size
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out