ESP-IDF
os_mempool::mp_flags
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
os_mempool::mp_flags
os_mempool::mp_flags field
Bitmap of OS_MEMPOOL_F_[...] values.
Syntax
Show:
Summary
Declaration
from
os_mempool.h:67
uint8_t
mp_flags
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
mp_flags
;
os_mempool.h:67
mp
->
mp_flags
=
flags
;
os_mempool.c:152
os_mempool_init_internal()
mpe
->
mpe_mp
.
mp_flags
=
0
;
os_mempool.c:290
os_mempool_ext_clear()
if
(
mp
->
mp_flags
&
OS_MEMPOOL_F_EXT
)
{
os_mempool.c:442
os_memblock_put()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
os_mempool::mp_flags
is written by 2 functions and is read by 1 function:
os_mempool_init_internal()
os_mempool_ext_clear()
All items filtered out
os_mempool::mp_flags
os_memblock_put()
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