![]() |
0.01.00
|
This file includes the platform abstraction for dynamic memory allocation. More...
Go to the source code of this file.
Functions | |
void * | otPlatCAlloc (size_t aNum, size_t aSize) |
Dynamically allocates new memory. More... | |
void | otPlatFree (void *aPtr) |
Frees memory that was dynamically allocated. More... | |
This file includes the platform abstraction for dynamic memory allocation.