readme.memory-checking

来自「一个C语言写的快速贝叶斯垃圾邮件过滤工具」· MEMORY-CHECKING 代码 · 共 17 行

MEMORY-CHECKING
17
字号
$Id: README.memory-checking,v 1.2 2005/01/03 02:14:45 m-a Exp $Bogofilter's test suite has support for several memory access/leakchecking tools, namely Valgrind ("valgrind"), Electric Fence ("efence"),GNU libc ("glibc", default), and the Boehm-Demers-Weiser ConservativeGarbage Collector ("boehm-gc").To enable one of these, just add BF_CHECKTOOL=tool to your make checkcommand line, example:make check BF_TESTDIR=/tmp BF_CHECKTOOL=boehm-gcIf a leak checker is enabled, t.leakfind is a simple smoke test, itshould PASS. If no leak checker is enabled, t.leakfind will report SKIP.-- Matthias Andree, 2005-01-03

⌨️ 快捷键说明

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