Created
December 2, 2023 01:03
-
-
Save pjh/42267ea20493b1e8afe0f1342458cfe5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==2223963== Memcheck, a memory error detector | |
==2223963== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. | |
==2223963== Using Valgrind-3.19.0 and LibVEX; rerun with -h for copyright info | |
==2223963== Command: ./bazel-bin/ortools/base/hello_file | |
==2223963== | |
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR | |
I0000 00:00:1701479025.099057 2223963 hello_file.cc:26] got back contents: hello file | |
==2223963== | |
==2223963== HEAP SUMMARY: | |
==2223963== in use at exit: 432 bytes in 11 blocks | |
==2223963== total heap usage: 31 allocs, 20 frees, 115,474 bytes allocated | |
==2223963== | |
==2223963== LEAK SUMMARY: | |
==2223963== definitely lost: 0 bytes in 0 blocks | |
==2223963== indirectly lost: 0 bytes in 0 blocks | |
==2223963== possibly lost: 0 bytes in 0 blocks | |
==2223963== still reachable: 432 bytes in 11 blocks | |
==2223963== of which reachable via heuristic: | |
==2223963== newarray : 200 bytes in 1 blocks | |
==2223963== suppressed: 0 bytes in 0 blocks | |
==2223963== Reachable blocks (those to which a pointer was found) are not shown. | |
==2223963== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==2223963== | |
==2223963== For lists of detected and suppressed errors, rerun with: -s | |
==2223963== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment