MemoryAnalyzer

所属分类:弱点检测代码
开发工具:C++
文件大小:0KB
下载次数:0
上传日期:2011-01-04 03:41:17
上 传 者sh-1993
说明:  简单、便携式C++内存泄漏检测器和分析器,
(Simple, portable C++ memory leak detector and analyzer,)

文件列表:
Docs/ (0, 2011-01-03)
Docs/html/ (0, 2011-01-03)
Docs/html/_memory_analyzer_8h.htm (1790, 2011-01-03)
Docs/html/_memory_analyzer_8h_source.htm (3258, 2011-01-03)
Docs/html/_memory_tracer_8h.htm (7998, 2011-01-03)
Docs/html/_memory_tracer_8h_source.htm (26052, 2011-01-03)
Docs/html/annotated.htm (1907, 2011-01-03)
Docs/html/bc_s.png (705, 2011-01-03)
Docs/html/class_memory_tracer-members.htm (6384, 2011-01-03)
Docs/html/class_memory_tracer.htm (29330, 2011-01-03)
Docs/html/class_source_packet-members.htm (2492, 2011-01-03)
Docs/html/class_source_packet.htm (5088, 2011-01-03)
Docs/html/classes.htm (2268, 2011-01-03)
Docs/html/closed.png (126, 2011-01-03)
Docs/html/doxygen.css (9815, 2011-01-03)
Docs/html/doxygen.png (3942, 2011-01-03)
Docs/html/files.htm (2127, 2011-01-03)
Docs/html/functions.htm (4159, 2011-01-03)
Docs/html/functions_func.htm (2868, 2011-01-03)
Docs/html/functions_rela.htm (2373, 2011-01-03)
Docs/html/functions_vars.htm (2349, 2011-01-03)
Docs/html/globals.htm (2268, 2011-01-03)
Docs/html/globals_enum.htm (1768, 2011-01-03)
Docs/html/globals_eval.htm (1953, 2011-01-03)
Docs/html/globals_func.htm (1765, 2011-01-03)
Docs/html/index.htm (6187, 2011-01-03)
Docs/html/nav_f.png (159, 2011-01-03)
Docs/html/nav_h.png (97, 2011-01-03)
Docs/html/open.png (118, 2011-01-03)
Docs/html/tab_a.png (140, 2011-01-03)
Docs/html/tab_b.png (178, 2011-01-03)
Docs/html/tab_h.png (192, 2011-01-03)
Docs/html/tab_s.png (189, 2011-01-03)
Docs/html/tabs.css (1095, 2011-01-03)
MemoryAnalyzer/ (0, 2011-01-03)
MemoryAnalyzer/License.txt (1060, 2011-01-03)
MemoryAnalyzer/MemoryAnalyzer.cpp (79, 2011-01-03)
MemoryAnalyzer/MemoryAnalyzer.h (5337, 2011-01-03)
MemoryAnalyzer/MemoryTracer.cpp (19308, 2011-01-03)
... ...

MemoryAnalyzer ============== MemoryAnalyzer is a very simple, portable memory information tool for C++ projects. It was written for educational purposes, for determining the correct memory scheme to use when developing video games (for example, to help the user determine whether using a pool would be worthwhile), and for detecting leaks. It was written with single-threaded applications in mind and is not thread-safe (although you are free to extend it for multi-threaded apps) and has very few dependencies, all of which are part of the standard library. MemoryAnalyzer was also designed to be simple to understand and use (both installation and usage). Note that since it was written with portability in mind, it does not have all the features of memory tools written specifically for your platform. It is also not intended to replace the more sophisticated tools out there (such as Valgrind), but to serve as an easy-to-use, portable tool which you can use to check for leaks and get an overview of your program's memory-related behavior. Installation & Usage -------------------- Installation is very simple--just copy the header and source files to your project directory and include "MemoryAnalyzer.h" at the very beginning of your program (before any other includes). Comprehensive usage help can be found in the Docs/html/ folder (start at index.htm).

近期下载者

相关文件


收藏者