0.01.00
memory.h File Reference

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...
 

Detailed Description

This file includes the platform abstraction for dynamic memory allocation.