![]() |
CI130X SDK API手册
2.2.0
本手册用于描述CI130X SDK各个组件和驱动API
|
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include "ci_log.h"
#include "asr_malloc_port.h"
#include "ci_system_info.h"
#include "FreeRTOS.h"
函数 | |
void | free_insram_bnpu (void *p) |
dnn hard out buf used malloc function 更多... | |
void * | malloc_insram_bnpu (int size) |
void * | decoder_port_malloc (int size) |
decoder lib used malloc function, can add some info for debug 更多... | |
void | decoder_port_free (void *pp) |
decoder lib used malloc function, can add some info for debug 更多... | |
变量 | |
static int | asr_malloc_times = 0 |
static int | asr_free_times = 0 |
void decoder_port_free | ( | void * | pp | ) |
decoder lib used malloc function, can add some info for debug
pp | : free address pointer |
void* decoder_port_malloc | ( | int | size | ) |
decoder lib used malloc function, can add some info for debug
size | : malloc size |
void free_insram_bnpu | ( | void * | p | ) |
dnn hard out buf used malloc function
size | : malloc size |
size | : free address |
void* malloc_insram_bnpu | ( | int | size | ) |
|
static |
|
static |