ESP-IDF
bt_osi_mem_malloc()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_osi_mem_malloc()
bt_osi_mem_malloc() function
Syntax
Show:
Summary
Declaration
from
bt_osi_mem.c:14
IRAM_ATTR
void
*
bt_osi_mem_malloc
(
size_t
size
)
;
Arguments
Argument
size
Examples
References
from
examples
Code
Location
Referrer
IRAM_ATTR
void
*
bt_osi_mem_malloc
(
size_t
size
)
bt_osi_mem.c:14
void
*
bt_osi_mem_malloc
(
size_t
size
)
;
bt_osi_mem.h:13
message
=
nimble_platform_mem_malloc
(
len
)
;
ble_att_clt.c:811
ble_att_clt_tx_signed_write_cmd()
entry
=
nimble_platform_mem_malloc
(
sizeof
*
entry
)
;
ble_att_svr.c:75
ble_att_svr_entry_alloc()
message
=
nimble_platform_mem_malloc
(
len
)
;
ble_att_svr.c:2452
ble_att_svr_rx_signed_write()
ble_att_svr_entry_mem
=
nimble_platform_mem_malloc
(
ble_att_svr.c:3267
ble_att_svr_start()
entry
=
nimble_platform_mem_malloc
(
sizeof
*
entry
)
;
ble_gatts.c:133
ble_gatts_svc_entry_alloc()
cfg
=
nimble_platform_mem_malloc
(
sizeof
*
cfg
)
;
ble_gatts.c:161
ble_gatts_clt_cfg_alloc()
ble_gatts_clt_cfg_mem
=
nimble_platform_mem_malloc
(
ble_gatts.c:1662
ble_gatts_start()
nimble_platform_mem_malloc
(
ble_hs_max_services
*
sizeof
(
struct
ble_gatts_svc_entry
)
)
;
ble_gatts.c:1674
ble_gatts_start()
nimble_platform_mem_malloc
(
ble_hs_max_services
*
sizeof
*
ble_gatts_svc_entries
)
;
ble_gatts.c:1678
ble_gatts_start()
p
=
nimble_platform_mem_malloc
(
sizeof
*
ble_gatts_svc_defs
)
;
ble_gatts.c:2850
ble_gatts_add_dynamic_svcs()
*
out_buf
=
nimble_platform_mem_malloc
(
OS_MEMPOOL_BYTES
(
num_blocks
,
block_size
)
)
;
mem.c:35
mem_malloc_mempool_gen()
Call Tree
from
examples
bt_osi_mem_malloc()
is called by 9 functions and calls 6 functions:
ble_att_svr_entry_alloc()
ble_att_svr_rx_signed_write()
ble_att_svr_start()
ble_att_clt_tx_signed_write_cmd()
ble_gatts_svc_entry_alloc()
ble_gatts_clt_cfg_alloc()
ble_gatts_start()
ble_gatts_add_dynamic_svcs()
mem_malloc_mempool_gen()
All items filtered out
bt_osi_mem_malloc()
esp_log_get_default_level()
__assert_func()
malloc()
esp_rom_printf()
esp_log_timestamp()
heap_caps_malloc()
All items filtered out
Data Use
from
examples
bt_osi_mem_malloc()
reads 2 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_INFO
log_count
All items filtered out
bt_osi_mem_malloc()
log_count
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