ESP-IDF
ot::Utils::Heap::BlockRight()
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::BlockRight()
ot::Utils::Heap::BlockRight() method
Returns the block on the right side of @p aBlock.
Syntax
Show:
Summary
Declaration
from
heap.hpp:275
Block
&
BlockRight
(
const
Block
&
aBlock
)
;
Arguments
Argument
Description
aBlock
A reference to the block.
Return value
Reference to the block on the right side.
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::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::BlockPrev()
Returns the free block before @p aBlock in the free block list.
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