⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 一个可用在嵌入式上检查内存泄露的源代码工具
💻
字号:
MemLeak -- a module for debugging memory leaks in C code and other problems relatedwith malloc()-free() invocations. Distributed under GPL.The goal of this project is to provide a simple portable memory allocation debuggingmodule (based on the standard C library calls) for C programmers. The module is writtenin ANSI C. It features collecting overall memory statistic, a complete list of allocatedblocks with information by whom, where, and how much memory was allocated, a history offreed blocks, address checking based on the stored info, a SIGSEGV catcher, verbose andfiltered dumping, and other things. Currently it is slightly above 400 lines of C code.MemLeak is not a standalone program or library. You have to include this module intoyour project (read: Makefile). See memleak.c and memleak.h for instructions.Copyrigth (c) 2005 Stanislav Maslovski <s_i_m@mail.ru>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -