TuyaOS
include
components
tal_compatible
include
mem_pool.h
浏览该文件的文档.
1
10
#ifndef __MEM_POOL_H__
11
#define __MEM_POOL_H__
12
13
#include "
tal_memory.h
"
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
19
STATIC INLINE OPERATE_RET SysMemoryPoolSetup(VOID)
20
{
21
return
OPRT_OK;
22
}
23
24
#ifdef __cplusplus
25
}
26
#endif
/* __cplusplus */
27
28
#endif
29
30
31
tal_memory.h
Common process - adapter the memory api provide by OS
制作者
1.9.4