You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==12474== Memcheck, a memory error detector
==12474== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==12474== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info
==12474== Command: ./fmt_char_vector
==12474==
&[461130830182350945]
==12474==
==12474== HEAP SUMMARY:
==12474== in use at exit: 8 bytes in 1 blocks
==12474== total heap usage: 48 allocs, 47 frees, 1,074,617 bytes allocated
==12474==
==12474== LEAK SUMMARY:
==12474== definitely lost: 0 bytes in 0 blocks
==12474== indirectly lost: 0 bytes in 0 blocks
==12474== possibly lost: 0 bytes in 0 blocks
==12474== still reachable: 8 bytes in 1 blocks
==12474== suppressed: 0 bytes in 0 blocks
==12474== Rerun with --leak-check=full to see details of leaked memory
==12474==
==12474== For counts of detected and suppressed errors, rerun with: -v
==12474== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
The text was updated successfully, but these errors were encountered:
Test case:
Expected output:
&[97]
. Example output (changes on every run):&[42009435899428961]
.Output from
rustc --version
Output with valgrind:
The text was updated successfully, but these errors were encountered: