Heap#
This module includes functions that set the external OpenThread heap.
Function Documentation#
otHeapCAlloc#
void * otHeapCAlloc (size_t aCount, size_t aSize)
Parameters
N/A | aCount | |
N/A | aSize |
Note
This API is deprecated and use of it is discouraged.
Definition at line
60
of file include/openthread/heap.h
otHeapFree#
void otHeapFree (void * aPointer)
Parameters
N/A | aPointer |
Note
This API is deprecated and use of it is discouraged.
Definition at line
68
of file include/openthread/heap.h