Blame view

log.txt 887 Bytes
e4e1a578   henyxia   Ugly rev but work...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  ==7664== Memcheck, a memory error detector
  ==7664== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
  ==7664== Using Valgrind-3.10.0 and LibVEX; rerun with -h for copyright info
  ==7664== Command: ./tweekd
  ==7664== 
  ==7664== 
  ==7664== HEAP SUMMARY:
  ==7664==     in use at exit: 408 bytes in 3 blocks
  ==7664==   total heap usage: 16 allocs, 13 frees, 2,428 bytes allocated
  ==7664== 
  ==7664== LEAK SUMMARY:
  ==7664==    definitely lost: 0 bytes in 0 blocks
  ==7664==    indirectly lost: 0 bytes in 0 blocks
  ==7664==      possibly lost: 408 bytes in 3 blocks
  ==7664==    still reachable: 0 bytes in 0 blocks
  ==7664==         suppressed: 0 bytes in 0 blocks
  ==7664== Rerun with --leak-check=full to see details of leaked memory
  ==7664== 
  ==7664== For counts of detected and suppressed errors, rerun with: -v
  ==7664== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)