ESP-IDF
nimble_platform_mem_malloc
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
nimble_platform_mem_malloc
nimble_platform_mem_malloc macro
Syntax
Show:
Summary
Declaration
from
esp_nimble_mem.h:19
#define
nimble_platform_mem_malloc
bt_osi_mem_malloc
Examples
References
from
examples
Code
Location
#define
nimble_platform_mem_malloc
bt_osi_mem_malloc
esp_nimble_mem.h:19
message
=
nimble_platform_mem_malloc
(
len
)
;
ble_att_clt.c:811
entry
=
nimble_platform_mem_malloc
(
sizeof
*
entry
)
;
ble_att_svr.c:75
message
=
nimble_platform_mem_malloc
(
len
)
;
ble_att_svr.c:2452
ble_att_svr_entry_mem
=
nimble_platform_mem_malloc
(
ble_att_svr.c:3267
entry
=
nimble_platform_mem_malloc
(
sizeof
*
entry
)
;
ble_gatts.c:133
cfg
=
nimble_platform_mem_malloc
(
sizeof
*
cfg
)
;
ble_gatts.c:161
ble_gatts_clt_cfg_mem
=
nimble_platform_mem_malloc
(
ble_gatts.c:1662
nimble_platform_mem_malloc
(
ble_hs_max_services
*
sizeof
(
struct
ble_gatts_svc_entry
)
)
;
ble_gatts.c:1674
nimble_platform_mem_malloc
(
ble_hs_max_services
*
sizeof
*
ble_gatts_svc_entries
)
;
ble_gatts.c:1678
p
=
nimble_platform_mem_malloc
(
sizeof
*
ble_gatts_svc_defs
)
;
ble_gatts.c:2850
*
out_buf
=
nimble_platform_mem_malloc
(
OS_MEMPOOL_BYTES
(
num_blocks
,
block_size
)
)
;
mem.c:35
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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