XFusion API v1.3.0
载入中...
搜索中...
未找到
xf_stdlib

对标准库 stdlib.h 的封装。 更多...

xf_stdlib 的协作图:

宏定义

#define xf_malloc(x)   xf_user_malloc(x)
 
#define xf_free(x)   xf_user_free(x)
 

详细描述

对标准库 stdlib.h 的封装。

宏定义说明

◆ xf_malloc

#define xf_malloc (   x)    xf_user_malloc(x)
示例
examples/system/heap/main/xf_main.c.

在文件 xf_stdlib.h38 行定义.

◆ xf_free

#define xf_free (   x)    xf_user_free(x)
示例
examples/system/heap/main/xf_main.c.

在文件 xf_stdlib.h39 行定义.