![]() |
eRPC API Reference
Rev. 1.12.0
NXP Semiconductors
|
Memory allocation. More...
Memory allocation.
Collaboration diagram for Memory:Files | |
| file | erpc_port.h |
Functions | |
| void * | erpc_malloc (size_t size) |
| This function is used for allocating space. More... | |
| void | erpc_free (void *ptr) |
| This function free given memory block. More... | |
| void* erpc_malloc | ( | size_t | size | ) |
This function is used for allocating space.
| [in] | size | Size of memory block which should be allocated. |
| void erpc_free | ( | void * | ptr | ) |
This function free given memory block.
| [in] | ptr | Pointer to memory which should be freed, or NULL. |