ESP-IDF
os_msys_buf_alloc()
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_buf_alloc()
os_msys_buf_alloc() function
Syntax
Show:
Summary
Declaration
Definition
from
transport.c:33
int
os_msys_buf_alloc
(
void
)
;
Implemented in
os_msys_init.c:137
Examples
References
from
examples
Code
Location
Referrer
os_msys_buf_alloc
(
void
)
os_msys_init.c:138
int
os_msys_buf_alloc
(
void
)
;
esp_nimble_hci.c:51
int
os_msys_buf_alloc
(
void
)
;
transport.c:33
if
(
os_msys_buf_alloc
(
)
)
{
transport.c:337
ble_buf_alloc()
Call Tree
from
examples
os_msys_buf_alloc()
is called by 1 function and calls 2 functions:
ble_buf_alloc()
All items filtered out
os_msys_buf_alloc()
bt_osi_mem_calloc()
bt_osi_mem_free()
All items filtered out
Data Use
from
examples
os_msys_buf_alloc()
reads 2 variables and writes 2 variables:
os_msys_init_1_data
os_msys_init_2_data
All items filtered out
os_msys_buf_alloc()
os_msys_init_1_data
os_msys_init_2_data
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