This module includes functions that set the external OpenThread heap.
Functions |
|
| void * | otHeapCAlloc (size_t aCount, size_t aSize) |
| void | otHeapFree (void *aPointer) |
Detailed Description
This module includes functions that set the external OpenThread heap.
Function Documentation
◆ otHeapCAlloc()
| void* otHeapCAlloc | ( | size_t |
aCount,
|
| size_t |
aSize
|
||
| ) |
- Note
- This API is deprecated and use of it is discouraged.
◆ otHeapFree()
| void otHeapFree | ( | void * |
aPointer
|
) |
- Note
- This API is deprecated and use of it is discouraged.