ESP-IDF
os_memblock::mb_next
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
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_memblock::mb_next
os_memblock::mb_next field
Syntax
Show:
Summary
Declaration
from
os_mempool.h:46
SLIST_ENTRY
(
os_memblock
)
mb_next
;
Examples
References
from
examples
Code
Location
Referrer
SLIST_ENTRY
(
os_memblock
)
mb_next
;
os_mempool.h:46
SLIST_NEXT
(
block_ptr
,
mb_next
)
=
(
struct
os_memblock
*
)
block_addr
;
os_mempool.c:170
os_mempool_init_internal()
SLIST_NEXT
(
block_ptr
,
mb_next
)
=
NULL
;
os_mempool.c:175
os_mempool_init_internal()
SLIST_NEXT
(
block_ptr
,
mb_next
)
=
(
struct
os_memblock
*
)
block_addr
;
os_mempool.c:276
os_mempool_clear()
SLIST_NEXT
(
block_ptr
,
mb_next
)
=
NULL
;
os_mempool.c:282
os_mempool_clear()
SLIST_FOREACH
(
block
,
mp
,
mb_next
)
{
os_mempool.c:303
os_mempool_is_sane()
SLIST_FIRST
(
mp
)
=
SLIST_NEXT
(
block
,
mb_next
)
;
os_mempool.c:359
os_memblock_get()
SLIST_NEXT
(
block
,
mb_next
)
=
SLIST_FIRST
(
mp
)
;
os_mempool.c:396
os_memblock_put_from_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
os_memblock::mb_next
is read by 5 functions:
All items filtered out
os_memblock::mb_next
os_mempool_init_internal()
os_mempool_clear()
os_mempool_is_sane()
os_memblock_get()
os_memblock_put_from_cb()
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