EU1KY AA
sdram_heap.h File Reference

Go to the source code of this file.

Functions

voidSDRH_malloc (size_t nbytes)
 
void SDRH_free (void *ptr)
 
voidSDRH_realloc (void *ptr, size_t nbytes)
 
voidSDRH_calloc (size_t nbytes)
 

Function Documentation

void* SDRH_calloc ( size_t  nbytes)
void SDRH_free ( void ptr)
void* SDRH_malloc ( size_t  nbytes)
void* SDRH_realloc ( void ptr,
size_t  nbytes 
)