我用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)