Heap

This module includes functions that set the external OpenThread heap.

Summary

Functions

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

Functions

otHeapCAlloc

void * otHeapCAlloc(
  size_t aCount,
  size_t aSize
)

otHeapFree

void otHeapFree(
  void *aPointer
)

Resources

OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.