12#ifndef __METAL_ALLOC__H__
13#error "Include metal/alloc.h instead of metal/freertos/alloc.h"
16#ifndef __METAL_FREERTOS_ALLOC__H__
17#define __METAL_FREERTOS_ALLOC__H__
27 return pvPortMalloc(size);
static void * metal_allocate_memory(unsigned int size)
Definition: alloc.h:25
static void metal_free_memory(void *ptr)
Definition: alloc.h:30