PMSIS API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
l2_malloc.h File Reference

Functions

void * pi_l2_malloc (int size)
 Allocate in L2 memory. More...
 
void pi_l2_free (void *chunk, int size)
 Free L2 memory. More...
 
void * pi_l2_malloc_align (int size, int align)
 Allocate in L2 memory. More...
 
void pi_l2_malloc_dump (void)
 Display free blocks. More...