Ai
1 Star 0 Fork 0

子安/cpputest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
valgrind.suppressions 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
{
Supressions because the memory leak detector will print content of memory but can't know whether it is initialized or not
Memcheck:Cond
fun:strnlen
fun:vfprintf
fun:__vsnprintf_chk
}
{
Same as the above, but this one is more specific for clang. This allows the clang to fail on other vprintf errors where it is suppressed at gcc
Memcheck:Cond
...
fun:_ZN18SimpleStringBuffer3addEPKcz
...
fun:_ZN18MemoryLeakDetector25ConstructMemoryLeakReportE13MemLeakPeriod
fun:_ZN18MemoryLeakDetector6reportE13MemLeakPeriod
...
}
{
Supression because it checks whether the memory was set invalid after a de-alloc
Memcheck:Addr1
fun:_ZN45TEST_BasicBehavior_freeInvalidatesMemory_Test8testBodyEv
fun:PlatformSpecificSetJmp
...
}
{
Supression because it checks whether the memory was set invalid after a de-alloc
Memcheck:Addr1
fun:_ZN47TEST_BasicBehavior_deleteInvalidatesMemory_Test8testBodyEv
fun:PlatformSpecificSetJmp
...
}
{
Supression because it checks whether the memory was set invalid after a de-alloc
Memcheck:Addr1
fun:_ZN52TEST_BasicBehavior_deleteArrayInvalidatesMemory_Test8testBodyEv
fun:PlatformSpecificSetJmp
...
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/andrewgithub/cpputest.git
git@gitee.com:andrewgithub/cpputest.git
andrewgithub
cpputest
cpputest
master

搜索帮助