小编Mot*_*Kia的帖子

Valgrind汇总意味着什么?

我用Valgrind运行我的fortran代码,这是摘要:

==7966== HEAP SUMMARY:
==7966==     in use at exit: 13,254 bytes in 19 blocks
==7966==   total heap usage: 340 allocs, 321 frees, 75,007 bytes allocated
==7966== 
==7966== LEAK SUMMARY:
==7966==    definitely lost: 0 bytes in 0 blocks
==7966==    indirectly lost: 0 bytes in 0 blocks
==7966==      possibly lost: 0 bytes in 0 blocks
==7966==    still reachable: 13,254 bytes in 19 blocks
==7966==         suppressed: 0 bytes in 0 blocks
==7966== Reachable blocks (those to which a pointer was found) are not …
Run Code Online (Sandbox Code Playgroud)

fortran valgrind openmp segmentation-fault

1
推荐指数
1
解决办法
232
查看次数

标签 统计

fortran ×1

openmp ×1

segmentation-fault ×1

valgrind ×1