WS63 SDK 文档
7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
dbg_heap_memory.h
浏览该文件的文档.
1
9
#ifndef __DBG_HEAP_MEMORY_H__
10
#define __DBG_HEAP_MEMORY_H__
11
#ifdef _DEBUG_HEAP_MEM_MGR
12
13
#include "
dbg_hash_tab.h
"
14
15
#ifdef __cplusplus
16
#if __cplusplus
17
extern
"C"
{
18
#endif
19
#endif
20
21
uint32_t heap_mem_tab_init(
void
);
22
uint32_t heap_mem_dump(
void
);
23
void
*heap_mem_malloc(uint32_t size, uint32_t master);
24
void
heap_mem_free(
void
*ptr);
25
26
#ifdef __cplusplus
27
#if __cplusplus
28
}
29
#endif
30
#endif
31
#endif
32
#endif
dbg_hash_tab.h
src
kernel
non_os
malloc
dbg
dbg_heap_memory.h
由
William Goodspeed
维护 | E-mail: gongzl@stu.hebust.edu.cn | Wechat: a23333344 | ALSO CHECKOUT
WS63FLASH
!
生成于 2025年 一月 4日 星期六 17:47:12 , 为 WS63 SDK 文档使用
1.9.8