ESP-IDF
ot::Utils::Heap::BlockPrev()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Utils::Heap::BlockPrev()
ot::Utils::Heap::BlockPrev() method
Returns the free block before @p aBlock in the free block list.
Syntax
Show:
Summary
Declaration
Definition
from
heap.hpp:282
Block
&
BlockPrev
(
const
Block
&
aBlock
)
;
Implemented in
heap.cpp:134
Arguments
Argument
aBlock
Return value
Reference to the free block before this block.
Related Functions
Found 5 other functions taking a
Block
argument:
Function
Description
ot::Utils::Heap::BlockOffset()
Returns the offset of @p aBlock.
ot::Utils::Heap::BlockNext()
Returns the free block after @p aBlock in the free block list.
ot::Utils::Heap::BlockRight()
Returns the block on the right side of @p aBlock.
ot::Utils::Heap::BlockInsert()
Inserts @p aBlock into the free block list. The free block list is single linked and is sorted by size from minimal to maximum.
ot::Utils::Heap::IsLeftFree()
Returns whether the block on the left side of @p aBlock is free.
Examples
References
from
examples
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