libmetal
Loading...
Searching...
No Matches
Functions
alloc.h File Reference
#include <zephyr/kernel.h>
#include <stdlib.h>

Go to the source code of this file.

Functions

void * metal_zephyr_allocate_memory (unsigned int size)
 
void metal_zephyr_free_memory (void *ptr)
 
static void * metal_allocate_memory (unsigned int size)
 
static void metal_free_memory (void *ptr)
 

Function Documentation

◆ metal_allocate_memory()

static void * metal_allocate_memory ( unsigned int size)
inlinestatic

◆ metal_free_memory()

static void metal_free_memory ( void * ptr)
inlinestatic

◆ metal_zephyr_allocate_memory()

void * metal_zephyr_allocate_memory ( unsigned int size)

◆ metal_zephyr_free_memory()

void metal_zephyr_free_memory ( void * ptr)