ESP-IDF
os_mempool::mp_block_size
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
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_block_size
os_mempool::mp_block_size field
Size of the memory blocks, in bytes.
Syntax
Show:
Summary
Declaration
from
os_mempool.h:59
uint32_t
mp_block_size
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
mp_block_size
;
os_mempool.h:59
idx
=
(
addr
-
mp
->
mp_membuf_addr
)
/
mp
->
mp_block_size
;
ble_hs_flow.c:52
ble_hs_flow_mbuf_index()
return
(
buf_ptr
-
pool_start
)
/
BUF_SIZE
(
pool
)
;
glue.h:611
net_buf_id()
mp
->
mp_block_size
=
block_size
;
os_mempool.c:149
os_mempool_init_internal()
true_block_size
=
OS_MEMPOOL_TRUE_BLOCK_SIZE
(
mp
)
;
os_mempool.c:161
os_mempool_init_internal()
true_block_size
=
OS_MEMPOOL_TRUE_BLOCK_SIZE
(
mp
)
;
os_mempool.c:258
os_mempool_clear()
true_block_size
=
OS_MEMPOOL_TRUE_BLOCK_SIZE
(
mp
)
;
os_mempool.c:325
os_memblock_from()
omi
->
omi_block_size
=
cur
->
mp_block_size
;
os_mempool.c:473
os_mempool_info_get_next()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
os_mempool::mp_block_size
is written by 1 function and is read by 6 functions:
os_mempool_init_internal()
All items filtered out
os_mempool::mp_block_size
ble_hs_flow_mbuf_index()
os_mempool_init_internal()
os_mempool_clear()
os_memblock_from()
os_mempool_info_get_next()
net_buf_id()
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