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

Functions

void * pi_cl_l1_malloc (struct pi_device *device, uint32_t size)
 Allocate in Cluster L1 memory. More...
 
void pi_cl_l1_free (struct pi_device *device, void *chunk, int size)
 Free Cluster L1 memory. More...
 
void * pi_cl_l1_malloc_align (struct pi_device *device, int size, int align)
 Allocate in Cluster L1 memory. More...
 
void pi_cl_l1_malloc_dump (struct pi_device *device)
 Display free blocks. More...