Heap#

This module includes functions that set the external OpenThread heap.

Functions#

void *
otHeapCAlloc(size_t aCount, size_t aSize)
void
otHeapFree(void *aPointer)

Function Documentation#

otHeapCAlloc#

void * otHeapCAlloc (size_t aCount, size_t aSize)
Parameters
N/AaCount
N/AaSize

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/AaPointer

Note

  • This API is deprecated and use of it is discouraged.


Definition at line 68 of file include/openthread/heap.h