ESP-IDF
ot::Heap::CAlloc()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Heap::CAlloc()
ot::Heap::CAlloc() function
Allocates memory from heap for an array of given number of object of certain size.
Syntax
Show:
Summary
Declaration
Definition
from
heap.hpp:53
void
*
CAlloc
(
size_t
aCount
,
size_t
aSize
)
;
Implemented in
heap.cpp:43
Arguments
Argument
Description
aCount
Number of objects.
aSize
Size of each object.
Return value
A pointer to the allocated buffer or `nullptr` if fails to allocate.
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