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