ESP-IDF
os_mempool::mp_num_free
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_mempool::mp_num_free
os_mempool::mp_num_free field
The number of free blocks left
Syntax
Show:
Summary
Declaration
from
os_mempool.h:63
uint16_t
mp_num_free
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
mp_num_free
;
os_mempool.h:63
ble_gatts_clt_cfg_pool
.
mp_num_free
>
0
;
ble_gatts.c:1789
ble_gatts_conn_can_alloc()
return
ble_hs_conn_pool
.
mp_num_free
>=
1
&&
ble_hs_conn.c:48
ble_hs_conn_can_alloc()
ble_l2cap_chan_pool
.
mp_num_free
>=
BLE_HS_CONN_MIN_CHANS
&&
ble_hs_conn.c:49
ble_hs_conn_can_alloc()
return
ble_hs_hci_frag_mempool
.
mp_num_free
;
ble_hs_hci.c:751
ble_hs_hci_frag_num_mbufs_free()
total
+=
omp
->
omp_pool
->
mp_num_free
;
os_mbuf.c:247
os_msys_num_free()
mp
->
mp_num_free
=
blocks
;
os_mempool.c:150
os_mempool_init_internal()
mp
->
mp_num_free
=
mp
->
mp_num_blocks
;
os_mempool.c:261
os_mempool_clear()
if
(
mp
->
mp_num_free
)
{
os_mempool.c:354
os_memblock_get()
mp
->
mp_num_free
--
;
os_mempool.c:362
os_memblock_get()
if
(
mp
->
mp_min_free
>
mp
->
mp_num_free
)
{
os_mempool.c:363
os_memblock_get()
mp
->
mp_min_free
=
mp
->
mp_num_free
;
os_mempool.c:364
os_memblock_get()
mp
->
mp_num_free
++
;
os_mempool.c:401
os_memblock_put_from_cb()
omi
->
omi_num_free
=
cur
->
mp_num_free
;
os_mempool.c:475
os_mempool_info_get_next()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
os_mempool::mp_num_free
is written by 4 functions and is read by 7 functions:
os_mempool_init_internal()
os_mempool_clear()
os_memblock_get()
os_memblock_put_from_cb()
All items filtered out
os_mempool::mp_num_free
ble_hs_conn_can_alloc()
ble_gatts_conn_can_alloc()
ble_hs_hci_frag_num_mbufs_free()
os_memblock_get()
os_memblock_put_from_cb()
os_mempool_info_get_next()
os_msys_num_free()
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