ESP-IDF
os_mempool_ext_clear()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
os_mempool_ext_clear()
os_mempool_ext_clear() function
Clears an extended memory pool.
Syntax
Show:
Summary
Declaration
Definition
from
os_mempool.h:347
os_error_t
os_mempool_ext_clear
(
struct
os_mempool_ext
*
mpe
)
;
Implemented in
os_mempool.c:287
Arguments
Argument
Description
mpe
The extended memory pool to clear.
Return value
os_error_t
Related Functions
Found 4 other functions taking a
os_mempool_ext
argument:
Function
Description
os_mempool_ext_init()
Initializes an extended memory pool. Extended attributes (e.g., callbacks) are not specified when this function is called; they are assigned manually after initialization.
ble_transport_acl_put()
ble_hs_flow_acl_free()
mem_malloc_mempool_ext()
Mallocs a block of memory and initializes an extended mempool to use it.
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