14 #ifndef _ASR_DECODER_PORT_H_ 15 #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:53
void asr_hardware_free(void *p)
void * malloc_insram_bnpu(int size)
Definition: asr_malloc_port.c:34
void free_insram_bnpu(void *p)
Definition: asr_malloc_port.c:24
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)
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:141
void free_inscache_psram(void *p)