t.leakfind

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

LEAKFIND
13
字号
#! /bin/sh# This test deliberately leaks memory, and checks if we get output on# stderr, to see if the leak checker sees something.# If it does,     we PASS the test.# If it does not, we SKIP the test.# (C) Copyright 2005 Matthias Andree. GNU GPL v2. ${srcdir:=.}/t.frame$VAL ./leakmem 2>&1 | egrep -v '^got |^ *(Electric Fence.*)?$' >$TMPDIR/out || exit 77

⌨️ 快捷键说明

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