ESP-IDF
os_mempool::name
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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::name
os_mempool::name field
Name for memory block
Syntax
Show:
Summary
Declaration
from
os_mempool.h:73
const
char
*
name
;
Examples
References
from
examples
Code
Location
Referrer
const
char
*
name
;
os_mempool.h:73
mp
->
name
=
name
;
os_mempool.c:155
os_mempool_init_internal()
strncpy
(
omi
->
omi_name
,
cur
->
name
,
sizeof
(
omi
->
omi_name
)
-
1
)
;
os_mempool.c:477
os_mempool_info_get_next()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
os_mempool::name
is written by 1 function and is read by 1 function:
os_mempool_init_internal()
All items filtered out
os_mempool::name
os_mempool_info_get_next()
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