/* * 文件名: mem.h * 目标: 内存管理工具的头文件 */ #ifndef AFUN_TOOL_MEM_H #define AFUN_TOOL_MEM_H #include "tool_mem.template.h" #endif // AFUN_TOOL_MEM_H