iheapusage.c
来自「一些brew的简单代码」· C语言 代码 · 共 25 行
C
25 行
/*===========================================================================
FILE: iheapusage.c
SERVICES: Sample applet using AEE
DESCRIPTION
This file contains usage examples of the IHeap interface. IHeap interface
functions allocate and free blocks of memory and return information about the
amount of memory that is available and in use in the device. The following
functions are illustrated in this usage example:
-IHEAP_CheckAvail
-IHEAP_Free
-IHEAP_GetMemStats
-IHEAP_Malloc
-IHEAP_MallocRec
-IHEAP_Realloc
-IHEAP_StrDup
PUBLIC CLASSES:
N/A
Copyright
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?