WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
malloc_porting.h
浏览该文件的文档.
1
6#ifndef MALLOC_PORTING_H
7#define MALLOC_PORTING_H
8
9extern unsigned int g_intheap_begin;
10extern unsigned int g_intheap_size;
11void malloc_port_init(void);
12
13#endif
unsigned int g_intheap_size
void malloc_port_init(void)
Definition malloc_porting.c:19
unsigned int g_intheap_begin