ESP-IDF
os_msys_init_1_data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
os_msys_init_1_data
os_msys_init_1_data variable
Syntax
Show:
Summary
Declaration
from
os_msys_init.c:50
static
os_membuf_t
*
os_msys_init_1_data
;
Examples
References
from
examples
Code
Location
Referrer
static
os_membuf_t
*
os_msys_init_1_data
;
os_msys_init.c:50
os_msys_init_1_data
=
(
os_membuf_t
*
)
nimble_platform_mem_calloc
(
1
,
(
sizeof
(
os_membuf_t
)
*
SYSINIT_MSYS_1_MEMPOOL_SIZE
)
)
;
os_msys_init.c:141
os_msys_buf_alloc()
if
(
!
os_msys_init_1_data
)
{
os_msys_init.c:142
os_msys_buf_alloc()
nimble_platform_mem_free
(
os_msys_init_1_data
)
;
os_msys_init.c:151
os_msys_buf_alloc()
os_msys_init_1_data
=
NULL
;
os_msys_init.c:152
os_msys_buf_alloc()
nimble_platform_mem_free
(
os_msys_init_1_data
)
;
os_msys_init.c:165
os_msys_buf_free()
os_msys_init_1_data
=
NULL
;
os_msys_init.c:166
os_msys_buf_free()
os_msys_init_once
(
os_msys_init_1_data
,
os_msys_init.c:185
os_msys_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
os_msys_init_1_data
is written by 2 functions and is read by 3 functions:
os_msys_buf_alloc()
os_msys_buf_free()
All items filtered out
os_msys_init_1_data
os_msys_buf_alloc()
os_msys_buf_free()
os_msys_init()
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