📄 t.leakfind
字号:
#! /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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -