PMSIS API
|
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... | |