libmetal  353
alloc.h File Reference

Generic libmetal memory allocation definitions. More...

#include <stdlib.h>

Go to the source code of this file.

Functions

static void * __metal_allocate_memory (unsigned int size)
 
static void __metal_free_memory (void *ptr)
 

Detailed Description

Generic libmetal memory allocation definitions.

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