CI130X SDK API手册  2.2.0
本手册用于描述CI130X SDK各个组件和驱动API
函数 | 变量
asr_malloc_port.c 文件参考
#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
 

详细描述

版本
0.1
日期
2019-06-19

函数说明

◆ decoder_port_free()

void decoder_port_free ( void *  pp)

decoder lib used malloc function, can add some info for debug

参数
pp: free address pointer

◆ decoder_port_malloc()

void* decoder_port_malloc ( int  size)

decoder lib used malloc function, can add some info for debug

参数
size: malloc size
返回
void* : malloc address,NULL is malloc failed

◆ free_insram_bnpu()

void free_insram_bnpu ( void *  p)

dnn hard out buf used malloc function

参数
size: malloc size
返回
void* : malloc address,NULL is malloc failed dnn hard out buf used free function
参数
size: free address
返回
void : no

◆ malloc_insram_bnpu()

void* malloc_insram_bnpu ( int  size)

变量说明

◆ asr_free_times

int asr_free_times = 0
static

◆ asr_malloc_times

int asr_malloc_times = 0
static