13 #ifndef _ASR_DECODER_PORT_H_ 14 #define _ASR_DECODER_PORT_H_ void free_asrwindows_nocache_addr(unsigned int addr)
void * malloc_insram(int size)
unsigned int get_pruntab_nocache_addr(uint16_t size)
void * decoder_port_malloc(int size)
decoder lib used malloc function, can add some info for debug
Definition: asr_malloc_port.c:117
void asr_hardware_free(void *p)
void * malloc_insram_bnpu(int size)
Definition: asr_malloc_port.c:98
void free_insram_bnpu(void *p)
dnn hard out buf used malloc function
Definition: asr_malloc_port.c:76
void free_dnn_outbuf_addr(void *p)
void * malloc_inscache_psram(int size)
unsigned int malloc_dnn_outbuf_addr(int buf_size, int *buf_total_size)
void * asr_hardware_malloc(int size)
int check_bufaddr_is_insram(unsigned int addr, int size)
void free_insram(void *p)
void decoder_port_free(void *pp)
decoder lib used malloc function, can add some info for debug
Definition: asr_malloc_port.c:202
void free_inscache_psram(void *p)