TuyaOS
mem_pool.h
浏览该文件的文档.
1
10#ifndef __MEM_POOL_H__
11#define __MEM_POOL_H__
12
13#include "tal_memory.h"
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19STATIC 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
Common process - adapter the memory api provide by OS