eRPC API Reference
Rev. 1.12.0
NXP Semiconductors
|
#include "erpc_config_internal.h"
#include <stddef.h>
Go to the source code of this file.
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... | |