10 #ifndef _EMBEDDED_RPC__PORT_H_ 11 #define _EMBEDDED_RPC__PORT_H_ 13 #include "erpc_config_internal.h" 53 #endif // _EMBEDDED_RPC__PORT_H_ void * erpc_malloc(size_t size)
This function is used for allocating space.
Definition: erpc_port_freertos.cpp:56
void erpc_free(void *ptr)
This function free given memory block.
Definition: erpc_port_freertos.cpp:62