## mem\_allocator\_debug\_t ### 概述 ![image](images/mem_allocator_debug_t_0.png) 对现有的allocator进行包装,记录分配的内存,用于帮助分析内存的使用和泄露。 ----------------------------------