Created
July 24, 2019 08:52
-
-
Save ysmolski/9a466cdac997f0b060d94cc59276fb46 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
==13224== Memcheck, a memory error detector | |
==13224== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. | |
==13224== Using Valgrind-3.14.0 and LibVEX; rerun with -h for copyright info | |
==13224== Command: ct/_ctcheck -b | |
==13224== | |
==13225== | |
==13225== HEAP SUMMARY: | |
==13225== in use at exit: 1,104 bytes in 5 blocks | |
==13225== total heap usage: 6 allocs, 1 frees, 1,120 bytes allocated | |
==13225== | |
==13225== 48 bytes in 1 blocks are definitely lost in loss record 1 of 5 | |
==13225== at 0x483874F: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so) | |
==13225== by 0x110162: heapinsert (heap.c:80) | |
==13225== by 0x11ACE5: cttest_heap_fifo_property (testheap.c:116) | |
==13225== by 0x10CD27: start (ct.c:212) | |
==13225== by 0x10CD9E: runalltest (ct.c:232) | |
==13225== by 0x10DB9C: main (ct.c:561) | |
==13225== | |
==13225== LEAK SUMMARY: | |
==13225== definitely lost: 48 bytes in 1 blocks | |
==13225== indirectly lost: 0 bytes in 0 blocks | |
==13225== possibly lost: 0 bytes in 0 blocks | |
==13225== still reachable: 1,056 bytes in 4 blocks | |
==13225== suppressed: 0 bytes in 0 blocks | |
==13225== Reachable blocks (those to which a pointer was found) are not shown. | |
==13225== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13225== | |
==13225== For counts of detected and suppressed errors, rerun with: -v | |
==13225== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) | |
.==13226== | |
==13226== HEAP SUMMARY: | |
==13226== in use at exit: 1,288 bytes in 4 blocks | |
==13226== total heap usage: 5 allocs, 1 frees, 5,384 bytes allocated | |
==13226== | |
==13226== 16 bytes in 1 blocks are definitely lost in loss record 1 of 3 | |
==13226== at 0x483874F: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so) | |
==13226== by 0x110162: heapinsert (heap.c:80) | |
==13226== by 0x11A087: cttest_heap_insert_and_remove_one (testheap.c:37) | |
==13226== by 0x10CD27: start (ct.c:212) | |
==13226== by 0x10CD9E: runalltest (ct.c:232) | |
==13226== by 0x10DB9C: main (ct.c:561) | |
==13226== | |
==13226== LEAK SUMMARY: | |
==13226== definitely lost: 16 bytes in 1 blocks | |
==13226== indirectly lost: 0 bytes in 0 blocks | |
==13226== possibly lost: 0 bytes in 0 blocks | |
==13226== still reachable: 1,272 bytes in 3 blocks | |
==13226== suppressed: 0 bytes in 0 blocks | |
==13226== Reachable blocks (those to which a pointer was found) are not shown. | |
==13226== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13226== | |
==13226== For counts of detected and suppressed errors, rerun with: -v | |
==13226== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) | |
.==13227== | |
==13227== HEAP SUMMARY: | |
==13227== in use at exit: 1,840 bytes in 5 blocks | |
==13227== total heap usage: 6 allocs, 1 frees, 5,936 bytes allocated | |
==13227== | |
==13227== 16 bytes in 1 blocks are definitely lost in loss record 1 of 3 | |
==13227== at 0x483874F: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so) | |
==13227== by 0x110162: heapinsert (heap.c:80) | |
==13227== by 0x119EEF: cttest_heap_insert_one (testheap.c:21) | |
==13227== by 0x10CD27: start (ct.c:212) | |
==13227== by 0x10CD9E: runalltest (ct.c:232) | |
==13227== by 0x10DB9C: main (ct.c:561) | |
==13227== | |
==13227== LEAK SUMMARY: | |
==13227== definitely lost: 16 bytes in 1 blocks | |
==13227== indirectly lost: 0 bytes in 0 blocks | |
==13227== possibly lost: 0 bytes in 0 blocks | |
==13227== still reachable: 1,824 bytes in 4 blocks | |
==13227== suppressed: 0 bytes in 0 blocks | |
==13227== Reachable blocks (those to which a pointer was found) are not shown. | |
==13227== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13227== | |
==13227== For counts of detected and suppressed errors, rerun with: -v | |
==13227== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) | |
.==13228== | |
==13228== HEAP SUMMARY: | |
==13228== in use at exit: 5,808 bytes in 25 blocks | |
==13228== total heap usage: 29 allocs, 4 frees, 10,080 bytes allocated | |
==13228== | |
==13228== 240 bytes in 1 blocks are definitely lost in loss record 1 of 3 | |
==13228== at 0x483874F: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so) | |
==13228== by 0x110162: heapinsert (heap.c:80) | |
==13228== by 0x11B1D2: cttest_heap_many_jobs (testheap.c:150) | |
==13228== by 0x10CD27: start (ct.c:212) | |
==13228== by 0x10CD9E: runalltest (ct.c:232) | |
==13228== by 0x10DB9C: main (ct.c:561) | |
==13228== | |
==13228== LEAK SUMMARY: | |
==13228== definitely lost: 240 bytes in 1 blocks | |
==13228== indirectly lost: 0 bytes in 0 blocks | |
==13228== possibly lost: 0 bytes in 0 blocks | |
==13228== still reachable: 5,568 bytes in 24 blocks | |
==13228== suppressed: 0 bytes in 0 blocks | |
==13228== Reachable blocks (those to which a pointer was found) are not shown. | |
==13228== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13228== | |
==13228== For counts of detected and suppressed errors, rerun with: -v | |
==13228== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) | |
.==13229== | |
==13229== HEAP SUMMARY: | |
==13229== in use at exit: 3,312 bytes in 9 blocks | |
==13229== total heap usage: 11 allocs, 2 frees, 7,424 bytes allocated | |
==13229== | |
==13229== 48 bytes in 1 blocks are definitely lost in loss record 1 of 5 | |
==13229== at 0x483874F: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so) | |
==13229== by 0x110162: heapinsert (heap.c:80) | |
==13229== by 0x11A529: cttest_heap_priority (testheap.c:70) | |
==13229== by 0x10CD27: start (ct.c:212) | |
==13229== by 0x10CD9E: runalltest (ct.c:232) | |
==13229== by 0x10DB9C: main (ct.c:561) | |
==13229== | |
==13229== LEAK SUMMARY: | |
==13229== definitely lost: 48 bytes in 1 blocks | |
==13229== indirectly lost: 0 bytes in 0 blocks | |
==13229== possibly lost: 0 bytes in 0 blocks | |
==13229== still reachable: 3,264 bytes in 8 blocks | |
==13229== suppressed: 0 bytes in 0 blocks | |
==13229== Reachable blocks (those to which a pointer was found) are not shown. | |
==13229== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13229== | |
==13229== For counts of detected and suppressed errors, rerun with: -v | |
==13229== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) | |
.==13230== | |
==13230== HEAP SUMMARY: | |
==13230== in use at exit: 171,552 bytes in 1,007 blocks | |
==13230== total heap usage: 1,011 allocs, 4 frees, 175,824 bytes allocated | |
==13230== | |
==13230== 240 bytes in 1 blocks are definitely lost in loss record 1 of 3 | |
==13230== at 0x483874F: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so) | |
==13230== by 0x110162: heapinsert (heap.c:80) | |
==13230== by 0x11B3ED: cttest_heap_remove_k (testheap.c:176) | |
==13230== by 0x10CD27: start (ct.c:212) | |
==13230== by 0x10CD9E: runalltest (ct.c:232) | |
==13230== by 0x10DB9C: main (ct.c:561) | |
==13230== | |
==13230== LEAK SUMMARY: | |
==13230== definitely lost: 240 bytes in 1 blocks | |
==13230== indirectly lost: 0 bytes in 0 blocks | |
==13230== possibly lost: 0 bytes in 0 blocks | |
==13230== still reachable: 171,312 bytes in 1,006 blocks | |
==13230== suppressed: 0 bytes in 0 blocks | |
==13230== Reachable blocks (those to which a pointer was found) are not shown. | |
==13230== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13230== | |
==13230== For counts of detected and suppressed errors, rerun with: -v | |
==13230== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) | |
.==13231== | |
==13231== HEAP SUMMARY: | |
==13231== in use at exit: 102,744 bytes in 9 blocks | |
==13231== total heap usage: 100,013 allocs, 100,004 frees, 17,693,872 bytes allocated | |
==13231== | |
==13231== LEAK SUMMARY: | |
==13231== definitely lost: 0 bytes in 0 blocks | |
==13231== indirectly lost: 0 bytes in 0 blocks | |
==13231== possibly lost: 0 bytes in 0 blocks | |
==13231== still reachable: 102,744 bytes in 9 blocks | |
==13231== suppressed: 0 bytes in 0 blocks | |
==13231== Reachable blocks (those to which a pointer was found) are not shown. | |
==13231== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13231== | |
==13231== For counts of detected and suppressed errors, rerun with: -v | |
==13231== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13232== | |
==13232== HEAP SUMMARY: | |
==13232== in use at exit: 4,984 bytes in 9 blocks | |
==13232== total heap usage: 12 allocs, 3 frees, 9,426 bytes allocated | |
==13232== | |
==13232== LEAK SUMMARY: | |
==13232== definitely lost: 0 bytes in 0 blocks | |
==13232== indirectly lost: 0 bytes in 0 blocks | |
==13232== possibly lost: 0 bytes in 0 blocks | |
==13232== still reachable: 4,984 bytes in 9 blocks | |
==13232== suppressed: 0 bytes in 0 blocks | |
==13232== Reachable blocks (those to which a pointer was found) are not shown. | |
==13232== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13232== | |
==13232== For counts of detected and suppressed errors, rerun with: -v | |
==13232== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13233== | |
==13233== HEAP SUMMARY: | |
==13233== in use at exit: 5,872 bytes in 12 blocks | |
==13233== total heap usage: 13 allocs, 1 frees, 9,968 bytes allocated | |
==13233== | |
==13233== LEAK SUMMARY: | |
==13233== definitely lost: 0 bytes in 0 blocks | |
==13233== indirectly lost: 0 bytes in 0 blocks | |
==13233== possibly lost: 0 bytes in 0 blocks | |
==13233== still reachable: 5,872 bytes in 12 blocks | |
==13233== suppressed: 0 bytes in 0 blocks | |
==13233== Reachable blocks (those to which a pointer was found) are not shown. | |
==13233== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13233== | |
==13233== For counts of detected and suppressed errors, rerun with: -v | |
==13233== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13234== | |
==13234== HEAP SUMMARY: | |
==13234== in use at exit: 6,424 bytes in 13 blocks | |
==13234== total heap usage: 14 allocs, 1 frees, 10,520 bytes allocated | |
==13234== | |
==13234== LEAK SUMMARY: | |
==13234== definitely lost: 0 bytes in 0 blocks | |
==13234== indirectly lost: 0 bytes in 0 blocks | |
==13234== possibly lost: 0 bytes in 0 blocks | |
==13234== still reachable: 6,424 bytes in 13 blocks | |
==13234== suppressed: 0 bytes in 0 blocks | |
==13234== Reachable blocks (those to which a pointer was found) are not shown. | |
==13234== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13234== | |
==13234== For counts of detected and suppressed errors, rerun with: -v | |
==13234== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13235== | |
==13235== HEAP SUMMARY: | |
==13235== in use at exit: 6,808 bytes in 13 blocks | |
==13235== total heap usage: 14 allocs, 1 frees, 10,904 bytes allocated | |
==13235== | |
==13235== LEAK SUMMARY: | |
==13235== definitely lost: 0 bytes in 0 blocks | |
==13235== indirectly lost: 0 bytes in 0 blocks | |
==13235== possibly lost: 0 bytes in 0 blocks | |
==13235== still reachable: 6,808 bytes in 13 blocks | |
==13235== suppressed: 0 bytes in 0 blocks | |
==13235== Reachable blocks (those to which a pointer was found) are not shown. | |
==13235== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13235== | |
==13235== For counts of detected and suppressed errors, rerun with: -v | |
==13235== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13236== | |
==13236== HEAP SUMMARY: | |
==13236== in use at exit: 7,192 bytes in 13 blocks | |
==13236== total heap usage: 15 allocs, 2 frees, 11,456 bytes allocated | |
==13236== | |
==13236== LEAK SUMMARY: | |
==13236== definitely lost: 0 bytes in 0 blocks | |
==13236== indirectly lost: 0 bytes in 0 blocks | |
==13236== possibly lost: 0 bytes in 0 blocks | |
==13236== still reachable: 7,192 bytes in 13 blocks | |
==13236== suppressed: 0 bytes in 0 blocks | |
==13236== Reachable blocks (those to which a pointer was found) are not shown. | |
==13236== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13236== | |
==13236== For counts of detected and suppressed errors, rerun with: -v | |
==13236== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13237== | |
==13237== HEAP SUMMARY: | |
==13237== in use at exit: 7,912 bytes in 15 blocks | |
==13237== total heap usage: 17 allocs, 2 frees, 12,176 bytes allocated | |
==13237== | |
==13237== LEAK SUMMARY: | |
==13237== definitely lost: 0 bytes in 0 blocks | |
==13237== indirectly lost: 0 bytes in 0 blocks | |
==13237== possibly lost: 0 bytes in 0 blocks | |
==13237== still reachable: 7,912 bytes in 15 blocks | |
==13237== suppressed: 0 bytes in 0 blocks | |
==13237== Reachable blocks (those to which a pointer was found) are not shown. | |
==13237== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13237== | |
==13237== For counts of detected and suppressed errors, rerun with: -v | |
==13237== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13238== | |
==13238== HEAP SUMMARY: | |
==13238== in use at exit: 8,968 bytes in 19 blocks | |
==13238== total heap usage: 20 allocs, 1 frees, 13,064 bytes allocated | |
==13238== | |
==13238== LEAK SUMMARY: | |
==13238== definitely lost: 0 bytes in 0 blocks | |
==13238== indirectly lost: 0 bytes in 0 blocks | |
==13238== possibly lost: 0 bytes in 0 blocks | |
==13238== still reachable: 8,968 bytes in 19 blocks | |
==13238== suppressed: 0 bytes in 0 blocks | |
==13238== Reachable blocks (those to which a pointer was found) are not shown. | |
==13238== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13238== | |
==13238== For counts of detected and suppressed errors, rerun with: -v | |
==13238== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13239== | |
==13239== HEAP SUMMARY: | |
==13239== in use at exit: 8,280 bytes in 15 blocks | |
==13239== total heap usage: 19 allocs, 4 frees, 12,448 bytes allocated | |
==13239== | |
==13239== LEAK SUMMARY: | |
==13239== definitely lost: 0 bytes in 0 blocks | |
==13239== indirectly lost: 0 bytes in 0 blocks | |
==13239== possibly lost: 0 bytes in 0 blocks | |
==13239== still reachable: 8,280 bytes in 15 blocks | |
==13239== suppressed: 0 bytes in 0 blocks | |
==13239== Reachable blocks (those to which a pointer was found) are not shown. | |
==13239== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13239== | |
==13239== For counts of detected and suppressed errors, rerun with: -v | |
==13239== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13240== | |
==13240== HEAP SUMMARY: | |
==13240== in use at exit: 8,832 bytes in 16 blocks | |
==13240== total heap usage: 18 allocs, 2 frees, 12,976 bytes allocated | |
==13240== | |
==13240== LEAK SUMMARY: | |
==13240== definitely lost: 0 bytes in 0 blocks | |
==13240== indirectly lost: 0 bytes in 0 blocks | |
==13240== possibly lost: 0 bytes in 0 blocks | |
==13240== still reachable: 8,832 bytes in 16 blocks | |
==13240== suppressed: 0 bytes in 0 blocks | |
==13240== Reachable blocks (those to which a pointer was found) are not shown. | |
==13240== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13240== | |
==13240== For counts of detected and suppressed errors, rerun with: -v | |
==13240== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13241== | |
==13241== HEAP SUMMARY: | |
==13241== in use at exit: 9,384 bytes in 17 blocks | |
==13241== total heap usage: 20 allocs, 3 frees, 13,536 bytes allocated | |
==13241== | |
==13241== LEAK SUMMARY: | |
==13241== definitely lost: 0 bytes in 0 blocks | |
==13241== indirectly lost: 0 bytes in 0 blocks | |
==13241== possibly lost: 0 bytes in 0 blocks | |
==13241== still reachable: 9,384 bytes in 17 blocks | |
==13241== suppressed: 0 bytes in 0 blocks | |
==13241== Reachable blocks (those to which a pointer was found) are not shown. | |
==13241== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13241== | |
==13241== For counts of detected and suppressed errors, rerun with: -v | |
==13241== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13242== | |
==13242== HEAP SUMMARY: | |
==13242== in use at exit: 9,944 bytes in 19 blocks | |
==13242== total heap usage: 21 allocs, 2 frees, 14,088 bytes allocated | |
==13242== | |
==13242== 8 bytes in 1 blocks are definitely lost in loss record 1 of 2 | |
==13242== at 0x483874F: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so) | |
==13242== by 0x110CBA: grow (ms.c:21) | |
==13242== by 0x110D48: ms_append (ms.c:35) | |
==13242== by 0x11C5EC: cttest_ms_remove (testms.c:39) | |
==13242== by 0x10CD27: start (ct.c:212) | |
==13242== by 0x10CD9E: runalltest (ct.c:232) | |
==13242== by 0x10DB9C: main (ct.c:561) | |
==13242== | |
==13242== LEAK SUMMARY: | |
==13242== definitely lost: 8 bytes in 1 blocks | |
==13242== indirectly lost: 0 bytes in 0 blocks | |
==13242== possibly lost: 0 bytes in 0 blocks | |
==13242== still reachable: 9,936 bytes in 18 blocks | |
==13242== suppressed: 0 bytes in 0 blocks | |
==13242== Reachable blocks (those to which a pointer was found) are not shown. | |
==13242== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13242== | |
==13242== For counts of detected and suppressed errors, rerun with: -v | |
==13242== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) | |
.==13243== | |
==13243== HEAP SUMMARY: | |
==13243== in use at exit: 10,504 bytes in 20 blocks | |
==13243== total heap usage: 23 allocs, 3 frees, 14,656 bytes allocated | |
==13243== | |
==13243== 16 bytes in 1 blocks are definitely lost in loss record 1 of 2 | |
==13243== at 0x483874F: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so) | |
==13243== by 0x110CBA: grow (ms.c:21) | |
==13243== by 0x110D48: ms_append (ms.c:35) | |
==13243== by 0x11C9E5: cttest_ms_take (testms.c:97) | |
==13243== by 0x10CD27: start (ct.c:212) | |
==13243== by 0x10CD9E: runalltest (ct.c:232) | |
==13243== by 0x10DB9C: main (ct.c:561) | |
==13243== | |
==13243== LEAK SUMMARY: | |
==13243== definitely lost: 16 bytes in 1 blocks | |
==13243== indirectly lost: 0 bytes in 0 blocks | |
==13243== possibly lost: 0 bytes in 0 blocks | |
==13243== still reachable: 10,488 bytes in 19 blocks | |
==13243== suppressed: 0 bytes in 0 blocks | |
==13243== Reachable blocks (those to which a pointer was found) are not shown. | |
==13243== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13243== | |
==13243== For counts of detected and suppressed errors, rerun with: -v | |
==13243== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) | |
.==13244== | |
==13244== HEAP SUMMARY: | |
==13244== in use at exit: 11,104 bytes in 21 blocks | |
==13244== total heap usage: 26 allocs, 5 frees, 15,304 bytes allocated | |
==13244== | |
==13244== 64 bytes in 1 blocks are definitely lost in loss record 1 of 2 | |
==13244== at 0x483874F: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so) | |
==13244== by 0x110CBA: grow (ms.c:21) | |
==13244== by 0x110D48: ms_append (ms.c:35) | |
==13244== by 0x11CBE4: cttest_ms_take_sequence (testms.c:124) | |
==13244== by 0x10CD27: start (ct.c:212) | |
==13244== by 0x10CD9E: runalltest (ct.c:232) | |
==13244== by 0x10DB9C: main (ct.c:561) | |
==13244== | |
==13244== LEAK SUMMARY: | |
==13244== definitely lost: 64 bytes in 1 blocks | |
==13244== indirectly lost: 0 bytes in 0 blocks | |
==13244== possibly lost: 0 bytes in 0 blocks | |
==13244== still reachable: 11,040 bytes in 20 blocks | |
==13244== suppressed: 0 bytes in 0 blocks | |
==13244== Reachable blocks (those to which a pointer was found) are not shown. | |
==13244== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13244== | |
==13244== For counts of detected and suppressed errors, rerun with: -v | |
==13244== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) | |
.==13246== | |
==13246== HEAP SUMMARY: | |
==13246== in use at exit: 13,608 bytes in 26 blocks | |
==13246== total heap usage: 31 allocs, 5 frees, 18,360 bytes allocated | |
==13246== | |
==13246== LEAK SUMMARY: | |
==13246== definitely lost: 0 bytes in 0 blocks | |
==13246== indirectly lost: 0 bytes in 0 blocks | |
==13246== possibly lost: 848 bytes in 2 blocks | |
==13246== still reachable: 12,760 bytes in 24 blocks | |
==13246== suppressed: 0 bytes in 0 blocks | |
==13246== Reachable blocks (those to which a pointer was found) are not shown. | |
==13246== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13246== | |
==13246== For counts of detected and suppressed errors, rerun with: -v | |
==13246== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13245== | |
==13245== HEAP SUMMARY: | |
==13245== in use at exit: 11,592 bytes in 21 blocks | |
==13245== total heap usage: 23 allocs, 2 frees, 15,752 bytes allocated | |
==13245== | |
==13245== LEAK SUMMARY: | |
==13245== definitely lost: 0 bytes in 0 blocks | |
==13245== indirectly lost: 0 bytes in 0 blocks | |
==13245== possibly lost: 0 bytes in 0 blocks | |
==13245== still reachable: 11,592 bytes in 21 blocks | |
==13245== suppressed: 0 bytes in 0 blocks | |
==13245== Reachable blocks (those to which a pointer was found) are not shown. | |
==13245== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13245== | |
==13245== For counts of detected and suppressed errors, rerun with: -v | |
==13245== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13248== | |
==13248== HEAP SUMMARY: | |
==13248== in use at exit: 14,817 bytes in 29 blocks | |
==13248== total heap usage: 230 allocs, 201 frees, 82,716 bytes allocated | |
==13248== | |
==13248== LEAK SUMMARY: | |
==13248== definitely lost: 0 bytes in 0 blocks | |
==13248== indirectly lost: 0 bytes in 0 blocks | |
==13248== possibly lost: 848 bytes in 2 blocks | |
==13248== still reachable: 13,969 bytes in 27 blocks | |
==13248== suppressed: 0 bytes in 0 blocks | |
==13248== Reachable blocks (those to which a pointer was found) are not shown. | |
==13248== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13248== | |
==13248== For counts of detected and suppressed errors, rerun with: -v | |
==13248== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13247== | |
==13247== HEAP SUMMARY: | |
==13247== in use at exit: 14,622 bytes in 214 blocks | |
==13247== total heap usage: 216 allocs, 2 frees, 18,782 bytes allocated | |
==13247== | |
==13247== 1,143 bytes in 96 blocks are definitely lost in loss record 1 of 3 | |
==13247== at 0x483874F: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so) | |
==13247== by 0x11887A: fmtalloc (util.c:60) | |
==13247== by 0x12018F: cttest_binlog_allocation (testserv.c:1110) | |
==13247== by 0x10CD27: start (ct.c:212) | |
==13247== by 0x10CD9E: runalltest (ct.c:232) | |
==13247== by 0x10DB9C: main (ct.c:561) | |
==13247== | |
==13247== 1,335 bytes in 96 blocks are definitely lost in loss record 2 of 3 | |
==13247== at 0x483874F: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so) | |
==13247== by 0x11887A: fmtalloc (util.c:60) | |
==13247== by 0x120153: cttest_binlog_allocation (testserv.c:1107) | |
==13247== by 0x10CD27: start (ct.c:212) | |
==13247== by 0x10CD9E: runalltest (ct.c:232) | |
==13247== by 0x10DB9C: main (ct.c:561) | |
==13247== | |
==13247== LEAK SUMMARY: | |
==13247== definitely lost: 2,478 bytes in 192 blocks | |
==13247== indirectly lost: 0 bytes in 0 blocks | |
==13247== possibly lost: 0 bytes in 0 blocks | |
==13247== still reachable: 12,144 bytes in 22 blocks | |
==13247== suppressed: 0 bytes in 0 blocks | |
==13247== Reachable blocks (those to which a pointer was found) are not shown. | |
==13247== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13247== | |
==13247== For counts of detected and suppressed errors, rerun with: -v | |
==13247== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
.==13250== | |
==13250== HEAP SUMMARY: | |
==13250== in use at exit: 14,546 bytes in 31 blocks | |
==13250== total heap usage: 35 allocs, 4 frees, 51,542 bytes allocated | |
==13250== | |
==13250== LEAK SUMMARY: | |
==13250== definitely lost: 0 bytes in 0 blocks | |
==13250== indirectly lost: 0 bytes in 0 blocks | |
==13250== possibly lost: 848 bytes in 2 blocks | |
==13250== still reachable: 13,698 bytes in 29 blocks | |
==13250== suppressed: 0 bytes in 0 blocks | |
==13250== Reachable blocks (those to which a pointer was found) are not shown. | |
==13250== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13250== | |
==13250== For counts of detected and suppressed errors, rerun with: -v | |
==13250== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13251== | |
==13251== HEAP SUMMARY: | |
==13251== in use at exit: 14,376 bytes in 30 blocks | |
==13251== total heap usage: 38 allocs, 8 frees, 51,846 bytes allocated | |
==13251== | |
==13251== LEAK SUMMARY: | |
==13251== definitely lost: 0 bytes in 0 blocks | |
==13251== indirectly lost: 0 bytes in 0 blocks | |
==13251== possibly lost: 848 bytes in 2 blocks | |
==13251== still reachable: 13,528 bytes in 28 blocks | |
==13251== suppressed: 0 bytes in 0 blocks | |
==13251== Reachable blocks (those to which a pointer was found) are not shown. | |
==13251== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13251== | |
==13251== For counts of detected and suppressed errors, rerun with: -v | |
==13251== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13249== | |
==13249== HEAP SUMMARY: | |
==13249== in use at exit: 12,696 bytes in 23 blocks | |
==13249== total heap usage: 26 allocs, 3 frees, 16,920 bytes allocated | |
==13249== | |
==13249== LEAK SUMMARY: | |
==13249== definitely lost: 0 bytes in 0 blocks | |
==13249== indirectly lost: 0 bytes in 0 blocks | |
==13249== possibly lost: 0 bytes in 0 blocks | |
==13249== still reachable: 12,696 bytes in 23 blocks | |
==13249== suppressed: 0 bytes in 0 blocks | |
==13249== Reachable blocks (those to which a pointer was found) are not shown. | |
==13249== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13249== | |
==13249== For counts of detected and suppressed errors, rerun with: -v | |
==13249== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13253== | |
==13253== HEAP SUMMARY: | |
==13253== in use at exit: 15,122 bytes in 34 blocks | |
==13253== total heap usage: 38 allocs, 4 frees, 52,118 bytes allocated | |
==13253== | |
==13253== LEAK SUMMARY: | |
==13253== definitely lost: 0 bytes in 0 blocks | |
==13253== indirectly lost: 0 bytes in 0 blocks | |
==13253== possibly lost: 0 bytes in 0 blocks | |
==13253== still reachable: 15,122 bytes in 34 blocks | |
==13253== suppressed: 0 bytes in 0 blocks | |
==13253== Reachable blocks (those to which a pointer was found) are not shown. | |
==13253== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13253== | |
==13253== For counts of detected and suppressed errors, rerun with: -v | |
==13253== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13252== | |
==13252== HEAP SUMMARY: | |
==13252== in use at exit: 13,248 bytes in 24 blocks | |
==13252== total heap usage: 26 allocs, 2 frees, 17,408 bytes allocated | |
==13252== | |
==13252== LEAK SUMMARY: | |
==13252== definitely lost: 0 bytes in 0 blocks | |
==13252== indirectly lost: 0 bytes in 0 blocks | |
==13252== possibly lost: 0 bytes in 0 blocks | |
==13252== still reachable: 13,248 bytes in 24 blocks | |
==13252== suppressed: 0 bytes in 0 blocks | |
==13252== Reachable blocks (those to which a pointer was found) are not shown. | |
==13252== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13252== | |
==13252== For counts of detected and suppressed errors, rerun with: -v | |
==13252== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13255== | |
==13255== HEAP SUMMARY: | |
==13255== in use at exit: 15,796 bytes in 33 blocks | |
==13255== total heap usage: 51 allocs, 18 frees, 55,096 bytes allocated | |
==13255== | |
==13255== LEAK SUMMARY: | |
==13255== definitely lost: 0 bytes in 0 blocks | |
==13255== indirectly lost: 0 bytes in 0 blocks | |
==13255== possibly lost: 848 bytes in 2 blocks | |
==13255== still reachable: 14,948 bytes in 31 blocks | |
==13255== suppressed: 0 bytes in 0 blocks | |
==13255== Reachable blocks (those to which a pointer was found) are not shown. | |
==13255== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13255== | |
==13255== For counts of detected and suppressed errors, rerun with: -v | |
==13255== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13254== | |
==13254== HEAP SUMMARY: | |
==13254== in use at exit: 13,800 bytes in 25 blocks | |
==13254== total heap usage: 27 allocs, 2 frees, 17,960 bytes allocated | |
==13254== | |
==13254== LEAK SUMMARY: | |
==13254== definitely lost: 0 bytes in 0 blocks | |
==13254== indirectly lost: 0 bytes in 0 blocks | |
==13254== possibly lost: 0 bytes in 0 blocks | |
==13254== still reachable: 13,800 bytes in 25 blocks | |
==13254== suppressed: 0 bytes in 0 blocks | |
==13254== Reachable blocks (those to which a pointer was found) are not shown. | |
==13254== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13254== | |
==13254== For counts of detected and suppressed errors, rerun with: -v | |
==13254== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13257== | |
==13257== HEAP SUMMARY: | |
==13257== in use at exit: 16,348 bytes in 34 blocks | |
==13257== total heap usage: 52 allocs, 18 frees, 55,648 bytes allocated | |
==13257== | |
==13257== LEAK SUMMARY: | |
==13257== definitely lost: 0 bytes in 0 blocks | |
==13257== indirectly lost: 0 bytes in 0 blocks | |
==13257== possibly lost: 848 bytes in 2 blocks | |
==13257== still reachable: 15,500 bytes in 32 blocks | |
==13257== suppressed: 0 bytes in 0 blocks | |
==13257== Reachable blocks (those to which a pointer was found) are not shown. | |
==13257== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13257== | |
==13257== For counts of detected and suppressed errors, rerun with: -v | |
==13257== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13256== | |
==13256== HEAP SUMMARY: | |
==13256== in use at exit: 14,376 bytes in 27 blocks | |
==13256== total heap usage: 29 allocs, 2 frees, 18,536 bytes allocated | |
==13256== | |
==13256== 24 bytes in 1 blocks are definitely lost in loss record 1 of 2 | |
==13256== at 0x483874F: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so) | |
==13256== by 0x11887A: fmtalloc (util.c:60) | |
==13256== by 0x120B44: cttest_binlog_disk_full_delete (testserv.c:1271) | |
==13256== by 0x10CD27: start (ct.c:212) | |
==13256== by 0x10CD9E: runalltest (ct.c:232) | |
==13256== by 0x10DB9C: main (ct.c:561) | |
==13256== | |
==13256== LEAK SUMMARY: | |
==13256== definitely lost: 24 bytes in 1 blocks | |
==13256== indirectly lost: 0 bytes in 0 blocks | |
==13256== possibly lost: 0 bytes in 0 blocks | |
==13256== still reachable: 14,352 bytes in 26 blocks | |
==13256== suppressed: 0 bytes in 0 blocks | |
==13256== Reachable blocks (those to which a pointer was found) are not shown. | |
==13256== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13256== | |
==13256== For counts of detected and suppressed errors, rerun with: -v | |
==13256== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) | |
.==13259== | |
==13259== HEAP SUMMARY: | |
==13259== in use at exit: 15,500 bytes in 30 blocks | |
==13259== total heap usage: 32 allocs, 2 frees, 19,660 bytes allocated | |
==13259== | |
==13259== LEAK SUMMARY: | |
==13259== definitely lost: 0 bytes in 0 blocks | |
==13259== indirectly lost: 0 bytes in 0 blocks | |
==13259== possibly lost: 0 bytes in 0 blocks | |
==13259== still reachable: 15,500 bytes in 30 blocks | |
==13259== suppressed: 0 bytes in 0 blocks | |
==13259== Reachable blocks (those to which a pointer was found) are not shown. | |
==13259== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13259== | |
==13259== For counts of detected and suppressed errors, rerun with: -v | |
==13259== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13260== | |
==13260== HEAP SUMMARY: | |
==13260== in use at exit: 16,754 bytes in 35 blocks | |
==13260== total heap usage: 40 allocs, 5 frees, 53,814 bytes allocated | |
==13260== | |
==13260== LEAK SUMMARY: | |
==13260== definitely lost: 0 bytes in 0 blocks | |
==13260== indirectly lost: 0 bytes in 0 blocks | |
==13260== possibly lost: 848 bytes in 2 blocks | |
==13260== still reachable: 15,906 bytes in 33 blocks | |
==13260== suppressed: 0 bytes in 0 blocks | |
==13260== Reachable blocks (those to which a pointer was found) are not shown. | |
==13260== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13260== | |
==13260== For counts of detected and suppressed errors, rerun with: -v | |
==13260== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13258== | |
==13258== HEAP SUMMARY: | |
==13258== in use at exit: 14,904 bytes in 27 blocks | |
==13258== total heap usage: 30 allocs, 3 frees, 19,128 bytes allocated | |
==13258== | |
==13258== LEAK SUMMARY: | |
==13258== definitely lost: 0 bytes in 0 blocks | |
==13258== indirectly lost: 0 bytes in 0 blocks | |
==13258== possibly lost: 0 bytes in 0 blocks | |
==13258== still reachable: 14,904 bytes in 27 blocks | |
==13258== suppressed: 0 bytes in 0 blocks | |
==13258== Reachable blocks (those to which a pointer was found) are not shown. | |
==13258== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13258== | |
==13258== For counts of detected and suppressed errors, rerun with: -v | |
==13258== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13262== | |
==13262== HEAP SUMMARY: | |
==13262== in use at exit: 17,942 bytes in 41 blocks | |
==13262== total heap usage: 48 allocs, 7 frees, 55,128 bytes allocated | |
==13262== | |
==13262== LEAK SUMMARY: | |
==13262== definitely lost: 0 bytes in 0 blocks | |
==13262== indirectly lost: 0 bytes in 0 blocks | |
==13262== possibly lost: 0 bytes in 0 blocks | |
==13262== still reachable: 17,942 bytes in 41 blocks | |
==13262== suppressed: 0 bytes in 0 blocks | |
==13262== Reachable blocks (those to which a pointer was found) are not shown. | |
==13262== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13262== | |
==13262== For counts of detected and suppressed errors, rerun with: -v | |
==13262== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13263== | |
==13263== HEAP SUMMARY: | |
==13263== in use at exit: 17,768 bytes in 40 blocks | |
==13263== total heap usage: 51 allocs, 11 frees, 55,432 bytes allocated | |
==13263== | |
==13263== LEAK SUMMARY: | |
==13263== definitely lost: 0 bytes in 0 blocks | |
==13263== indirectly lost: 0 bytes in 0 blocks | |
==13263== possibly lost: 0 bytes in 0 blocks | |
==13263== still reachable: 17,768 bytes in 40 blocks | |
==13263== suppressed: 0 bytes in 0 blocks | |
==13263== Reachable blocks (those to which a pointer was found) are not shown. | |
==13263== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13263== | |
==13263== For counts of detected and suppressed errors, rerun with: -v | |
==13263== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13261== | |
==13261== HEAP SUMMARY: | |
==13261== in use at exit: 15,456 bytes in 28 blocks | |
==13261== total heap usage: 31 allocs, 3 frees, 19,680 bytes allocated | |
==13261== | |
==13261== LEAK SUMMARY: | |
==13261== definitely lost: 0 bytes in 0 blocks | |
==13261== indirectly lost: 0 bytes in 0 blocks | |
==13261== possibly lost: 0 bytes in 0 blocks | |
==13261== still reachable: 15,456 bytes in 28 blocks | |
==13261== suppressed: 0 bytes in 0 blocks | |
==13261== Reachable blocks (those to which a pointer was found) are not shown. | |
==13261== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13261== | |
==13261== For counts of detected and suppressed errors, rerun with: -v | |
==13261== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13265== | |
==13265== HEAP SUMMARY: | |
==13265== in use at exit: 19,060 bytes in 43 blocks | |
==13265== total heap usage: 48 allocs, 5 frees, 56,072 bytes allocated | |
==13265== | |
==13265== LEAK SUMMARY: | |
==13265== definitely lost: 0 bytes in 0 blocks | |
==13265== indirectly lost: 0 bytes in 0 blocks | |
==13265== possibly lost: 848 bytes in 2 blocks | |
==13265== still reachable: 18,212 bytes in 41 blocks | |
==13265== suppressed: 0 bytes in 0 blocks | |
==13265== Reachable blocks (those to which a pointer was found) are not shown. | |
==13265== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13265== | |
==13265== For counts of detected and suppressed errors, rerun with: -v | |
==13265== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13264== | |
==13264== HEAP SUMMARY: | |
==13264== in use at exit: 16,121 bytes in 36 blocks | |
==13264== total heap usage: 38 allocs, 2 frees, 20,281 bytes allocated | |
==13264== | |
==13264== 24 bytes in 1 blocks are definitely lost in loss record 1 of 4 | |
==13264== at 0x483874F: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so) | |
==13264== by 0x11887A: fmtalloc (util.c:60) | |
==13264== by 0x11FF31: cttest_binlog_size_limit (testserv.c:1077) | |
==13264== by 0x10CD27: start (ct.c:212) | |
==13264== by 0x10CD9E: runalltest (ct.c:232) | |
==13264== by 0x10DB9C: main (ct.c:561) | |
==13264== | |
==13264== 24 bytes in 1 blocks are definitely lost in loss record 2 of 4 | |
==13264== at 0x483874F: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so) | |
==13264== by 0x11887A: fmtalloc (util.c:60) | |
==13264== by 0x11FFB5: cttest_binlog_size_limit (testserv.c:1084) | |
==13264== by 0x10CD27: start (ct.c:212) | |
==13264== by 0x10CD9E: runalltest (ct.c:232) | |
==13264== by 0x10DB9C: main (ct.c:561) | |
==13264== | |
==13264== 65 bytes in 5 blocks are definitely lost in loss record 3 of 4 | |
==13264== at 0x483874F: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so) | |
==13264== by 0x11887A: fmtalloc (util.c:60) | |
==13264== by 0x11FF79: cttest_binlog_size_limit (testserv.c:1081) | |
==13264== by 0x10CD27: start (ct.c:212) | |
==13264== by 0x10CD9E: runalltest (ct.c:232) | |
==13264== by 0x10DB9C: main (ct.c:561) | |
==13264== | |
==13264== LEAK SUMMARY: | |
==13264== definitely lost: 113 bytes in 7 blocks | |
==13264== indirectly lost: 0 bytes in 0 blocks | |
==13264== possibly lost: 0 bytes in 0 blocks | |
==13264== still reachable: 16,008 bytes in 29 blocks | |
==13264== suppressed: 0 bytes in 0 blocks | |
==13264== Reachable blocks (those to which a pointer was found) are not shown. | |
==13264== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13264== | |
==13264== For counts of detected and suppressed errors, rerun with: -v | |
==13264== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0) | |
.==13266== | |
==13266== HEAP SUMMARY: | |
==13266== in use at exit: 16,560 bytes in 30 blocks | |
==13266== total heap usage: 31 allocs, 1 frees, 20,656 bytes allocated | |
==13266== | |
==13266== LEAK SUMMARY: | |
==13266== definitely lost: 0 bytes in 0 blocks | |
==13266== indirectly lost: 0 bytes in 0 blocks | |
==13266== possibly lost: 0 bytes in 0 blocks | |
==13266== still reachable: 16,560 bytes in 30 blocks | |
==13266== suppressed: 0 bytes in 0 blocks | |
==13266== Reachable blocks (those to which a pointer was found) are not shown. | |
==13266== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13266== | |
==13266== For counts of detected and suppressed errors, rerun with: -v | |
==13266== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13270== | |
==13270== HEAP SUMMARY: | |
==13270== in use at exit: 18,747 bytes in 39 blocks | |
==13270== total heap usage: 44 allocs, 5 frees, 24,090 bytes allocated | |
==13270== | |
==13270== LEAK SUMMARY: | |
==13270== definitely lost: 0 bytes in 0 blocks | |
==13270== indirectly lost: 0 bytes in 0 blocks | |
==13270== possibly lost: 0 bytes in 0 blocks | |
==13270== still reachable: 18,747 bytes in 39 blocks | |
==13270== suppressed: 0 bytes in 0 blocks | |
==13270== Reachable blocks (those to which a pointer was found) are not shown. | |
==13270== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13270== | |
==13270== For counts of detected and suppressed errors, rerun with: -v | |
==13270== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13269== | |
==13269== HEAP SUMMARY: | |
==13269== in use at exit: 17,112 bytes in 31 blocks | |
==13269== total heap usage: 33 allocs, 2 frees, 21,272 bytes allocated | |
==13269== | |
==13269== LEAK SUMMARY: | |
==13269== definitely lost: 0 bytes in 0 blocks | |
==13269== indirectly lost: 0 bytes in 0 blocks | |
==13269== possibly lost: 0 bytes in 0 blocks | |
==13269== still reachable: 17,112 bytes in 31 blocks | |
==13269== suppressed: 0 bytes in 0 blocks | |
==13269== Reachable blocks (those to which a pointer was found) are not shown. | |
==13269== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13269== | |
==13269== For counts of detected and suppressed errors, rerun with: -v | |
==13269== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13272== | |
==13272== HEAP SUMMARY: | |
==13272== in use at exit: 19,104 bytes in 37 blocks | |
==13272== total heap usage: 40 allocs, 3 frees, 23,434 bytes allocated | |
==13272== | |
==13272== LEAK SUMMARY: | |
==13272== definitely lost: 0 bytes in 0 blocks | |
==13272== indirectly lost: 0 bytes in 0 blocks | |
==13272== possibly lost: 848 bytes in 2 blocks | |
==13272== still reachable: 18,256 bytes in 35 blocks | |
==13272== suppressed: 0 bytes in 0 blocks | |
==13272== Reachable blocks (those to which a pointer was found) are not shown. | |
==13272== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13272== | |
==13272== For counts of detected and suppressed errors, rerun with: -v | |
==13272== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13271== | |
==13271== HEAP SUMMARY: | |
==13271== in use at exit: 17,664 bytes in 32 blocks | |
==13271== total heap usage: 34 allocs, 2 frees, 21,824 bytes allocated | |
==13271== | |
==13271== LEAK SUMMARY: | |
==13271== definitely lost: 0 bytes in 0 blocks | |
==13271== indirectly lost: 0 bytes in 0 blocks | |
==13271== possibly lost: 0 bytes in 0 blocks | |
==13271== still reachable: 17,664 bytes in 32 blocks | |
==13271== suppressed: 0 bytes in 0 blocks | |
==13271== Reachable blocks (those to which a pointer was found) are not shown. | |
==13271== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13271== | |
==13271== For counts of detected and suppressed errors, rerun with: -v | |
==13271== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13274== | |
==13274== HEAP SUMMARY: | |
==13274== in use at exit: 19,640 bytes in 37 blocks | |
==13274== total heap usage: 39 allocs, 2 frees, 23,800 bytes allocated | |
==13274== | |
==13274== LEAK SUMMARY: | |
==13274== definitely lost: 0 bytes in 0 blocks | |
==13274== indirectly lost: 0 bytes in 0 blocks | |
==13274== possibly lost: 848 bytes in 2 blocks | |
==13274== still reachable: 18,792 bytes in 35 blocks | |
==13274== suppressed: 0 bytes in 0 blocks | |
==13274== Reachable blocks (those to which a pointer was found) are not shown. | |
==13274== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13274== | |
==13274== For counts of detected and suppressed errors, rerun with: -v | |
==13274== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13273== | |
==13273== HEAP SUMMARY: | |
==13273== in use at exit: 18,216 bytes in 33 blocks | |
==13273== total heap usage: 35 allocs, 2 frees, 22,376 bytes allocated | |
==13273== | |
==13273== LEAK SUMMARY: | |
==13273== definitely lost: 0 bytes in 0 blocks | |
==13273== indirectly lost: 0 bytes in 0 blocks | |
==13273== possibly lost: 0 bytes in 0 blocks | |
==13273== still reachable: 18,216 bytes in 33 blocks | |
==13273== suppressed: 0 bytes in 0 blocks | |
==13273== Reachable blocks (those to which a pointer was found) are not shown. | |
==13273== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13273== | |
==13273== For counts of detected and suppressed errors, rerun with: -v | |
==13273== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13276== | |
==13276== HEAP SUMMARY: | |
==13276== in use at exit: 20,379 bytes in 40 blocks | |
==13276== total heap usage: 42 allocs, 2 frees, 24,539 bytes allocated | |
==13276== | |
==13276== LEAK SUMMARY: | |
==13276== definitely lost: 0 bytes in 0 blocks | |
==13276== indirectly lost: 0 bytes in 0 blocks | |
==13276== possibly lost: 848 bytes in 2 blocks | |
==13276== still reachable: 19,531 bytes in 38 blocks | |
==13276== suppressed: 0 bytes in 0 blocks | |
==13276== Reachable blocks (those to which a pointer was found) are not shown. | |
==13276== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13276== | |
==13276== For counts of detected and suppressed errors, rerun with: -v | |
==13276== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13275== | |
==13275== HEAP SUMMARY: | |
==13275== in use at exit: 18,768 bytes in 34 blocks | |
==13275== total heap usage: 36 allocs, 2 frees, 22,928 bytes allocated | |
==13275== | |
==13275== LEAK SUMMARY: | |
==13275== definitely lost: 0 bytes in 0 blocks | |
==13275== indirectly lost: 0 bytes in 0 blocks | |
==13275== possibly lost: 0 bytes in 0 blocks | |
==13275== still reachable: 18,768 bytes in 34 blocks | |
==13275== suppressed: 0 bytes in 0 blocks | |
==13275== Reachable blocks (those to which a pointer was found) are not shown. | |
==13275== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13275== | |
==13275== For counts of detected and suppressed errors, rerun with: -v | |
==13275== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13278== | |
==13278== HEAP SUMMARY: | |
==13278== in use at exit: 20,744 bytes in 39 blocks | |
==13278== total heap usage: 41 allocs, 2 frees, 24,904 bytes allocated | |
==13278== | |
==13278== LEAK SUMMARY: | |
==13278== definitely lost: 0 bytes in 0 blocks | |
==13278== indirectly lost: 0 bytes in 0 blocks | |
==13278== possibly lost: 848 bytes in 2 blocks | |
==13278== still reachable: 19,896 bytes in 37 blocks | |
==13278== suppressed: 0 bytes in 0 blocks | |
==13278== Reachable blocks (those to which a pointer was found) are not shown. | |
==13278== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13278== | |
==13278== For counts of detected and suppressed errors, rerun with: -v | |
==13278== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13277== | |
==13277== HEAP SUMMARY: | |
==13277== in use at exit: 19,320 bytes in 35 blocks | |
==13277== total heap usage: 37 allocs, 2 frees, 23,480 bytes allocated | |
==13277== | |
==13277== LEAK SUMMARY: | |
==13277== definitely lost: 0 bytes in 0 blocks | |
==13277== indirectly lost: 0 bytes in 0 blocks | |
==13277== possibly lost: 0 bytes in 0 blocks | |
==13277== still reachable: 19,320 bytes in 35 blocks | |
==13277== suppressed: 0 bytes in 0 blocks | |
==13277== Reachable blocks (those to which a pointer was found) are not shown. | |
==13277== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13277== | |
==13277== For counts of detected and suppressed errors, rerun with: -v | |
==13277== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13280== | |
==13280== HEAP SUMMARY: | |
==13280== in use at exit: 22,464 bytes in 42 blocks | |
==13280== total heap usage: 50 allocs, 8 frees, 27,214 bytes allocated | |
==13280== | |
==13280== LEAK SUMMARY: | |
==13280== definitely lost: 0 bytes in 0 blocks | |
==13280== indirectly lost: 0 bytes in 0 blocks | |
==13280== possibly lost: 856 bytes in 2 blocks | |
==13280== still reachable: 21,608 bytes in 40 blocks | |
==13280== suppressed: 0 bytes in 0 blocks | |
==13280== Reachable blocks (those to which a pointer was found) are not shown. | |
==13280== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13280== | |
==13280== For counts of detected and suppressed errors, rerun with: -v | |
==13280== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13279== | |
==13279== HEAP SUMMARY: | |
==13279== in use at exit: 19,872 bytes in 36 blocks | |
==13279== total heap usage: 38 allocs, 2 frees, 24,032 bytes allocated | |
==13279== | |
==13279== LEAK SUMMARY: | |
==13279== definitely lost: 0 bytes in 0 blocks | |
==13279== indirectly lost: 0 bytes in 0 blocks | |
==13279== possibly lost: 0 bytes in 0 blocks | |
==13279== still reachable: 19,872 bytes in 36 blocks | |
==13279== suppressed: 0 bytes in 0 blocks | |
==13279== Reachable blocks (those to which a pointer was found) are not shown. | |
==13279== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13279== | |
==13279== For counts of detected and suppressed errors, rerun with: -v | |
==13279== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13282== | |
==13282== HEAP SUMMARY: | |
==13282== in use at exit: 22,035 bytes in 43 blocks | |
==13282== total heap usage: 45 allocs, 2 frees, 26,195 bytes allocated | |
==13282== | |
==13282== LEAK SUMMARY: | |
==13282== definitely lost: 0 bytes in 0 blocks | |
==13282== indirectly lost: 0 bytes in 0 blocks | |
==13282== possibly lost: 848 bytes in 2 blocks | |
==13282== still reachable: 21,187 bytes in 41 blocks | |
==13282== suppressed: 0 bytes in 0 blocks | |
==13282== Reachable blocks (those to which a pointer was found) are not shown. | |
==13282== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13282== | |
==13282== For counts of detected and suppressed errors, rerun with: -v | |
==13282== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13281== | |
==13281== HEAP SUMMARY: | |
==13281== in use at exit: 20,424 bytes in 37 blocks | |
==13281== total heap usage: 39 allocs, 2 frees, 24,584 bytes allocated | |
==13281== | |
==13281== LEAK SUMMARY: | |
==13281== definitely lost: 0 bytes in 0 blocks | |
==13281== indirectly lost: 0 bytes in 0 blocks | |
==13281== possibly lost: 0 bytes in 0 blocks | |
==13281== still reachable: 20,424 bytes in 37 blocks | |
==13281== suppressed: 0 bytes in 0 blocks | |
==13281== Reachable blocks (those to which a pointer was found) are not shown. | |
==13281== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13281== | |
==13281== For counts of detected and suppressed errors, rerun with: -v | |
==13281== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13284== | |
==13284== HEAP SUMMARY: | |
==13284== in use at exit: 23,996 bytes in 52 blocks | |
==13284== total heap usage: 58 allocs, 6 frees, 28,204 bytes allocated | |
==13284== | |
==13284== LEAK SUMMARY: | |
==13284== definitely lost: 0 bytes in 0 blocks | |
==13284== indirectly lost: 0 bytes in 0 blocks | |
==13284== possibly lost: 0 bytes in 0 blocks | |
==13284== still reachable: 23,996 bytes in 52 blocks | |
==13284== suppressed: 0 bytes in 0 blocks | |
==13284== Reachable blocks (those to which a pointer was found) are not shown. | |
==13284== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13284== | |
==13284== For counts of detected and suppressed errors, rerun with: -v | |
==13284== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13283== | |
==13283== HEAP SUMMARY: | |
==13283== in use at exit: 20,976 bytes in 38 blocks | |
==13283== total heap usage: 40 allocs, 2 frees, 25,136 bytes allocated | |
==13283== | |
==13283== LEAK SUMMARY: | |
==13283== definitely lost: 0 bytes in 0 blocks | |
==13283== indirectly lost: 0 bytes in 0 blocks | |
==13283== possibly lost: 0 bytes in 0 blocks | |
==13283== still reachable: 20,976 bytes in 38 blocks | |
==13283== suppressed: 0 bytes in 0 blocks | |
==13283== Reachable blocks (those to which a pointer was found) are not shown. | |
==13283== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13283== | |
==13283== For counts of detected and suppressed errors, rerun with: -v | |
==13283== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13286== | |
==13286== HEAP SUMMARY: | |
==13286== in use at exit: 22,952 bytes in 43 blocks | |
==13286== total heap usage: 45 allocs, 2 frees, 27,112 bytes allocated | |
==13286== | |
==13286== LEAK SUMMARY: | |
==13286== definitely lost: 0 bytes in 0 blocks | |
==13286== indirectly lost: 0 bytes in 0 blocks | |
==13286== possibly lost: 848 bytes in 2 blocks | |
==13286== still reachable: 22,104 bytes in 41 blocks | |
==13286== suppressed: 0 bytes in 0 blocks | |
==13286== Reachable blocks (those to which a pointer was found) are not shown. | |
==13286== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13286== | |
==13286== For counts of detected and suppressed errors, rerun with: -v | |
==13286== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13285== | |
==13285== HEAP SUMMARY: | |
==13285== in use at exit: 21,528 bytes in 39 blocks | |
==13285== total heap usage: 41 allocs, 2 frees, 25,688 bytes allocated | |
==13285== | |
==13285== LEAK SUMMARY: | |
==13285== definitely lost: 0 bytes in 0 blocks | |
==13285== indirectly lost: 0 bytes in 0 blocks | |
==13285== possibly lost: 0 bytes in 0 blocks | |
==13285== still reachable: 21,528 bytes in 39 blocks | |
==13285== suppressed: 0 bytes in 0 blocks | |
==13285== Reachable blocks (those to which a pointer was found) are not shown. | |
==13285== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13285== | |
==13285== For counts of detected and suppressed errors, rerun with: -v | |
==13285== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13288== | |
==13288== HEAP SUMMARY: | |
==13288== in use at exit: 23,504 bytes in 44 blocks | |
==13288== total heap usage: 46 allocs, 2 frees, 27,664 bytes allocated | |
==13288== | |
==13288== LEAK SUMMARY: | |
==13288== definitely lost: 0 bytes in 0 blocks | |
==13288== indirectly lost: 0 bytes in 0 blocks | |
==13288== possibly lost: 848 bytes in 2 blocks | |
==13288== still reachable: 22,656 bytes in 42 blocks | |
==13288== suppressed: 0 bytes in 0 blocks | |
==13288== Reachable blocks (those to which a pointer was found) are not shown. | |
==13288== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13288== | |
==13288== For counts of detected and suppressed errors, rerun with: -v | |
==13288== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13287== | |
==13287== HEAP SUMMARY: | |
==13287== in use at exit: 22,080 bytes in 40 blocks | |
==13287== total heap usage: 42 allocs, 2 frees, 26,240 bytes allocated | |
==13287== | |
==13287== LEAK SUMMARY: | |
==13287== definitely lost: 0 bytes in 0 blocks | |
==13287== indirectly lost: 0 bytes in 0 blocks | |
==13287== possibly lost: 0 bytes in 0 blocks | |
==13287== still reachable: 22,080 bytes in 40 blocks | |
==13287== suppressed: 0 bytes in 0 blocks | |
==13287== Reachable blocks (those to which a pointer was found) are not shown. | |
==13287== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13287== | |
==13287== For counts of detected and suppressed errors, rerun with: -v | |
==13287== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13290== | |
==13290== HEAP SUMMARY: | |
==13290== in use at exit: 24,243 bytes in 47 blocks | |
==13290== total heap usage: 50 allocs, 3 frees, 28,732 bytes allocated | |
==13290== | |
==13290== LEAK SUMMARY: | |
==13290== definitely lost: 0 bytes in 0 blocks | |
==13290== indirectly lost: 0 bytes in 0 blocks | |
==13290== possibly lost: 848 bytes in 2 blocks | |
==13290== still reachable: 23,395 bytes in 45 blocks | |
==13290== suppressed: 0 bytes in 0 blocks | |
==13290== Reachable blocks (those to which a pointer was found) are not shown. | |
==13290== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13290== | |
==13290== For counts of detected and suppressed errors, rerun with: -v | |
==13290== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13289== | |
==13289== HEAP SUMMARY: | |
==13289== in use at exit: 22,632 bytes in 41 blocks | |
==13289== total heap usage: 43 allocs, 2 frees, 26,792 bytes allocated | |
==13289== | |
==13289== LEAK SUMMARY: | |
==13289== definitely lost: 0 bytes in 0 blocks | |
==13289== indirectly lost: 0 bytes in 0 blocks | |
==13289== possibly lost: 0 bytes in 0 blocks | |
==13289== still reachable: 22,632 bytes in 41 blocks | |
==13289== suppressed: 0 bytes in 0 blocks | |
==13289== Reachable blocks (those to which a pointer was found) are not shown. | |
==13289== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13289== | |
==13289== For counts of detected and suppressed errors, rerun with: -v | |
==13289== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13292== | |
==13292== HEAP SUMMARY: | |
==13292== in use at exit: 24,819 bytes in 50 blocks | |
==13292== total heap usage: 52 allocs, 2 frees, 28,979 bytes allocated | |
==13292== | |
==13292== LEAK SUMMARY: | |
==13292== definitely lost: 0 bytes in 0 blocks | |
==13292== indirectly lost: 0 bytes in 0 blocks | |
==13292== possibly lost: 0 bytes in 0 blocks | |
==13292== still reachable: 24,819 bytes in 50 blocks | |
==13292== suppressed: 0 bytes in 0 blocks | |
==13292== Reachable blocks (those to which a pointer was found) are not shown. | |
==13292== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13292== | |
==13292== For counts of detected and suppressed errors, rerun with: -v | |
==13292== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13291== | |
==13291== HEAP SUMMARY: | |
==13291== in use at exit: 23,184 bytes in 42 blocks | |
==13291== total heap usage: 44 allocs, 2 frees, 27,344 bytes allocated | |
==13291== | |
==13291== LEAK SUMMARY: | |
==13291== definitely lost: 0 bytes in 0 blocks | |
==13291== indirectly lost: 0 bytes in 0 blocks | |
==13291== possibly lost: 0 bytes in 0 blocks | |
==13291== still reachable: 23,184 bytes in 42 blocks | |
==13291== suppressed: 0 bytes in 0 blocks | |
==13291== Reachable blocks (those to which a pointer was found) are not shown. | |
==13291== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13291== | |
==13291== For counts of detected and suppressed errors, rerun with: -v | |
==13291== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13294== | |
==13294== HEAP SUMMARY: | |
==13294== in use at exit: 25,371 bytes in 51 blocks | |
==13294== total heap usage: 55 allocs, 4 frees, 29,873 bytes allocated | |
==13294== | |
==13294== LEAK SUMMARY: | |
==13294== definitely lost: 0 bytes in 0 blocks | |
==13294== indirectly lost: 0 bytes in 0 blocks | |
==13294== possibly lost: 0 bytes in 0 blocks | |
==13294== still reachable: 25,371 bytes in 51 blocks | |
==13294== suppressed: 0 bytes in 0 blocks | |
==13294== Reachable blocks (those to which a pointer was found) are not shown. | |
==13294== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13294== | |
==13294== For counts of detected and suppressed errors, rerun with: -v | |
==13294== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13293== | |
==13293== HEAP SUMMARY: | |
==13293== in use at exit: 23,736 bytes in 43 blocks | |
==13293== total heap usage: 45 allocs, 2 frees, 27,896 bytes allocated | |
==13293== | |
==13293== LEAK SUMMARY: | |
==13293== definitely lost: 0 bytes in 0 blocks | |
==13293== indirectly lost: 0 bytes in 0 blocks | |
==13293== possibly lost: 0 bytes in 0 blocks | |
==13293== still reachable: 23,736 bytes in 43 blocks | |
==13293== suppressed: 0 bytes in 0 blocks | |
==13293== Reachable blocks (those to which a pointer was found) are not shown. | |
==13293== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13293== | |
==13293== For counts of detected and suppressed errors, rerun with: -v | |
==13293== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13296== | |
==13296== HEAP SUMMARY: | |
==13296== in use at exit: 25,915 bytes in 51 blocks | |
==13296== total heap usage: 57 allocs, 6 frees, 30,759 bytes allocated | |
==13296== | |
==13296== LEAK SUMMARY: | |
==13296== definitely lost: 0 bytes in 0 blocks | |
==13296== indirectly lost: 0 bytes in 0 blocks | |
==13296== possibly lost: 848 bytes in 2 blocks | |
==13296== still reachable: 25,067 bytes in 49 blocks | |
==13296== suppressed: 0 bytes in 0 blocks | |
==13296== Reachable blocks (those to which a pointer was found) are not shown. | |
==13296== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13296== | |
==13296== For counts of detected and suppressed errors, rerun with: -v | |
==13296== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13295== | |
==13295== HEAP SUMMARY: | |
==13295== in use at exit: 24,288 bytes in 44 blocks | |
==13295== total heap usage: 46 allocs, 2 frees, 28,448 bytes allocated | |
==13295== | |
==13295== LEAK SUMMARY: | |
==13295== definitely lost: 0 bytes in 0 blocks | |
==13295== indirectly lost: 0 bytes in 0 blocks | |
==13295== possibly lost: 0 bytes in 0 blocks | |
==13295== still reachable: 24,288 bytes in 44 blocks | |
==13295== suppressed: 0 bytes in 0 blocks | |
==13295== Reachable blocks (those to which a pointer was found) are not shown. | |
==13295== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13295== | |
==13295== For counts of detected and suppressed errors, rerun with: -v | |
==13295== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13298== | |
==13298== HEAP SUMMARY: | |
==13298== in use at exit: 26,451 bytes in 51 blocks | |
==13298== total heap usage: 53 allocs, 2 frees, 30,611 bytes allocated | |
==13298== | |
==13298== LEAK SUMMARY: | |
==13298== definitely lost: 0 bytes in 0 blocks | |
==13298== indirectly lost: 0 bytes in 0 blocks | |
==13298== possibly lost: 848 bytes in 2 blocks | |
==13298== still reachable: 25,603 bytes in 49 blocks | |
==13298== suppressed: 0 bytes in 0 blocks | |
==13298== Reachable blocks (those to which a pointer was found) are not shown. | |
==13298== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13298== | |
==13298== For counts of detected and suppressed errors, rerun with: -v | |
==13298== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13297== | |
==13297== HEAP SUMMARY: | |
==13297== in use at exit: 24,840 bytes in 45 blocks | |
==13297== total heap usage: 47 allocs, 2 frees, 29,000 bytes allocated | |
==13297== | |
==13297== LEAK SUMMARY: | |
==13297== definitely lost: 0 bytes in 0 blocks | |
==13297== indirectly lost: 0 bytes in 0 blocks | |
==13297== possibly lost: 0 bytes in 0 blocks | |
==13297== still reachable: 24,840 bytes in 45 blocks | |
==13297== suppressed: 0 bytes in 0 blocks | |
==13297== Reachable blocks (those to which a pointer was found) are not shown. | |
==13297== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13297== | |
==13297== For counts of detected and suppressed errors, rerun with: -v | |
==13297== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13300== | |
==13300== HEAP SUMMARY: | |
==13300== in use at exit: 27,174 bytes in 53 blocks | |
==13300== total heap usage: 55 allocs, 2 frees, 31,334 bytes allocated | |
==13300== | |
==13300== LEAK SUMMARY: | |
==13300== definitely lost: 0 bytes in 0 blocks | |
==13300== indirectly lost: 0 bytes in 0 blocks | |
==13300== possibly lost: 0 bytes in 0 blocks | |
==13300== still reachable: 27,174 bytes in 53 blocks | |
==13300== suppressed: 0 bytes in 0 blocks | |
==13300== Reachable blocks (those to which a pointer was found) are not shown. | |
==13300== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13300== | |
==13300== For counts of detected and suppressed errors, rerun with: -v | |
==13300== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13299== | |
==13299== HEAP SUMMARY: | |
==13299== in use at exit: 25,392 bytes in 46 blocks | |
==13299== total heap usage: 48 allocs, 2 frees, 29,552 bytes allocated | |
==13299== | |
==13299== LEAK SUMMARY: | |
==13299== definitely lost: 0 bytes in 0 blocks | |
==13299== indirectly lost: 0 bytes in 0 blocks | |
==13299== possibly lost: 0 bytes in 0 blocks | |
==13299== still reachable: 25,392 bytes in 46 blocks | |
==13299== suppressed: 0 bytes in 0 blocks | |
==13299== Reachable blocks (those to which a pointer was found) are not shown. | |
==13299== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13299== | |
==13299== For counts of detected and suppressed errors, rerun with: -v | |
==13299== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13302== | |
==13302== HEAP SUMMARY: | |
==13302== in use at exit: 27,368 bytes in 51 blocks | |
==13302== total heap usage: 54 allocs, 3 frees, 31,699 bytes allocated | |
==13302== | |
==13302== LEAK SUMMARY: | |
==13302== definitely lost: 0 bytes in 0 blocks | |
==13302== indirectly lost: 0 bytes in 0 blocks | |
==13302== possibly lost: 848 bytes in 2 blocks | |
==13302== still reachable: 26,520 bytes in 49 blocks | |
==13302== suppressed: 0 bytes in 0 blocks | |
==13302== Reachable blocks (those to which a pointer was found) are not shown. | |
==13302== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13302== | |
==13302== For counts of detected and suppressed errors, rerun with: -v | |
==13302== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13301== | |
==13301== HEAP SUMMARY: | |
==13301== in use at exit: 25,944 bytes in 47 blocks | |
==13301== total heap usage: 49 allocs, 2 frees, 30,104 bytes allocated | |
==13301== | |
==13301== LEAK SUMMARY: | |
==13301== definitely lost: 0 bytes in 0 blocks | |
==13301== indirectly lost: 0 bytes in 0 blocks | |
==13301== possibly lost: 0 bytes in 0 blocks | |
==13301== still reachable: 25,944 bytes in 47 blocks | |
==13301== suppressed: 0 bytes in 0 blocks | |
==13301== Reachable blocks (those to which a pointer was found) are not shown. | |
==13301== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13301== | |
==13301== For counts of detected and suppressed errors, rerun with: -v | |
==13301== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13304== | |
==13304== HEAP SUMMARY: | |
==13304== in use at exit: 28,131 bytes in 56 blocks | |
==13304== total heap usage: 61 allocs, 5 frees, 33,284 bytes allocated | |
==13304== | |
==13304== LEAK SUMMARY: | |
==13304== definitely lost: 0 bytes in 0 blocks | |
==13304== indirectly lost: 0 bytes in 0 blocks | |
==13304== possibly lost: 0 bytes in 0 blocks | |
==13304== still reachable: 28,131 bytes in 56 blocks | |
==13304== suppressed: 0 bytes in 0 blocks | |
==13304== Reachable blocks (those to which a pointer was found) are not shown. | |
==13304== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13304== | |
==13304== For counts of detected and suppressed errors, rerun with: -v | |
==13304== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13303== | |
==13303== HEAP SUMMARY: | |
==13303== in use at exit: 26,496 bytes in 48 blocks | |
==13303== total heap usage: 50 allocs, 2 frees, 30,656 bytes allocated | |
==13303== | |
==13303== LEAK SUMMARY: | |
==13303== definitely lost: 0 bytes in 0 blocks | |
==13303== indirectly lost: 0 bytes in 0 blocks | |
==13303== possibly lost: 0 bytes in 0 blocks | |
==13303== still reachable: 26,496 bytes in 48 blocks | |
==13303== suppressed: 0 bytes in 0 blocks | |
==13303== Reachable blocks (those to which a pointer was found) are not shown. | |
==13303== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13303== | |
==13303== For counts of detected and suppressed errors, rerun with: -v | |
==13303== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13306== | |
==13306== HEAP SUMMARY: | |
==13306== in use at exit: 29,944 bytes in 59 blocks | |
==13306== total heap usage: 64 allocs, 5 frees, 34,128 bytes allocated | |
==13306== | |
==13306== 856 (840 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record 9 of 10 | |
==13306== at 0x483874F: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so) | |
==13306== by 0x118916: zalloc (util.c:78) | |
==13306== by 0x10DEF7: make_conn (conn.c:40) | |
==13306== by 0x116BCC: h_accept (prot.c:1962) | |
==13306== by 0x11805C: srvaccept (serv.c:63) | |
==13306== by 0x118027: srvserve (serv.c:54) | |
==13306== by 0x11D32F: mustforksrv (testserv.c:208) | |
==13306== by 0x11F677: cttest_reserve_with_timeout_2conns (testserv.c:857) | |
==13306== by 0x10CD27: start (ct.c:212) | |
==13306== by 0x10CD9E: runalltest (ct.c:232) | |
==13306== by 0x10DB9C: main (ct.c:561) | |
==13306== | |
==13306== LEAK SUMMARY: | |
==13306== definitely lost: 840 bytes in 1 blocks | |
==13306== indirectly lost: 16 bytes in 1 blocks | |
==13306== possibly lost: 0 bytes in 0 blocks | |
==13306== still reachable: 29,088 bytes in 57 blocks | |
==13306== suppressed: 0 bytes in 0 blocks | |
==13306== Reachable blocks (those to which a pointer was found) are not shown. | |
==13306== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13306== | |
==13306== For counts of detected and suppressed errors, rerun with: -v | |
==13306== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) | |
==13305== | |
==13305== HEAP SUMMARY: | |
==13305== in use at exit: 27,048 bytes in 49 blocks | |
==13305== total heap usage: 51 allocs, 2 frees, 31,208 bytes allocated | |
==13305== | |
==13305== LEAK SUMMARY: | |
==13305== definitely lost: 0 bytes in 0 blocks | |
==13305== indirectly lost: 0 bytes in 0 blocks | |
==13305== possibly lost: 0 bytes in 0 blocks | |
==13305== still reachable: 27,048 bytes in 49 blocks | |
==13305== suppressed: 0 bytes in 0 blocks | |
==13305== Reachable blocks (those to which a pointer was found) are not shown. | |
==13305== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13305== | |
==13305== For counts of detected and suppressed errors, rerun with: -v | |
==13305== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13308== | |
==13308== HEAP SUMMARY: | |
==13308== in use at exit: 29,210 bytes in 56 blocks | |
==13308== total heap usage: 58 allocs, 2 frees, 33,370 bytes allocated | |
==13308== | |
==13308== LEAK SUMMARY: | |
==13308== definitely lost: 0 bytes in 0 blocks | |
==13308== indirectly lost: 0 bytes in 0 blocks | |
==13308== possibly lost: 848 bytes in 2 blocks | |
==13308== still reachable: 28,362 bytes in 54 blocks | |
==13308== suppressed: 0 bytes in 0 blocks | |
==13308== Reachable blocks (those to which a pointer was found) are not shown. | |
==13308== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13308== | |
==13308== For counts of detected and suppressed errors, rerun with: -v | |
==13308== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13307== | |
==13307== HEAP SUMMARY: | |
==13307== in use at exit: 27,600 bytes in 50 blocks | |
==13307== total heap usage: 52 allocs, 2 frees, 31,760 bytes allocated | |
==13307== | |
==13307== LEAK SUMMARY: | |
==13307== definitely lost: 0 bytes in 0 blocks | |
==13307== indirectly lost: 0 bytes in 0 blocks | |
==13307== possibly lost: 0 bytes in 0 blocks | |
==13307== still reachable: 27,600 bytes in 50 blocks | |
==13307== suppressed: 0 bytes in 0 blocks | |
==13307== Reachable blocks (those to which a pointer was found) are not shown. | |
==13307== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13307== | |
==13307== For counts of detected and suppressed errors, rerun with: -v | |
==13307== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13310== | |
==13310== HEAP SUMMARY: | |
==13310== in use at exit: 30,168 bytes in 57 blocks | |
==13310== total heap usage: 89 allocs, 32 frees, 47,107 bytes allocated | |
==13310== | |
==13310== LEAK SUMMARY: | |
==13310== definitely lost: 0 bytes in 0 blocks | |
==13310== indirectly lost: 0 bytes in 0 blocks | |
==13310== possibly lost: 848 bytes in 2 blocks | |
==13310== still reachable: 29,320 bytes in 55 blocks | |
==13310== suppressed: 0 bytes in 0 blocks | |
==13310== Reachable blocks (those to which a pointer was found) are not shown. | |
==13310== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13310== | |
==13310== For counts of detected and suppressed errors, rerun with: -v | |
==13310== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13309== | |
==13309== HEAP SUMMARY: | |
==13309== in use at exit: 28,152 bytes in 51 blocks | |
==13309== total heap usage: 53 allocs, 2 frees, 32,312 bytes allocated | |
==13309== | |
==13309== LEAK SUMMARY: | |
==13309== definitely lost: 0 bytes in 0 blocks | |
==13309== indirectly lost: 0 bytes in 0 blocks | |
==13309== possibly lost: 0 bytes in 0 blocks | |
==13309== still reachable: 28,152 bytes in 51 blocks | |
==13309== suppressed: 0 bytes in 0 blocks | |
==13309== Reachable blocks (those to which a pointer was found) are not shown. | |
==13309== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13309== | |
==13309== For counts of detected and suppressed errors, rerun with: -v | |
==13309== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13312== | |
==13312== HEAP SUMMARY: | |
==13312== in use at exit: 30,315 bytes in 58 blocks | |
==13312== total heap usage: 60 allocs, 2 frees, 34,475 bytes allocated | |
==13312== | |
==13312== LEAK SUMMARY: | |
==13312== definitely lost: 0 bytes in 0 blocks | |
==13312== indirectly lost: 0 bytes in 0 blocks | |
==13312== possibly lost: 848 bytes in 2 blocks | |
==13312== still reachable: 29,467 bytes in 56 blocks | |
==13312== suppressed: 0 bytes in 0 blocks | |
==13312== Reachable blocks (those to which a pointer was found) are not shown. | |
==13312== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13312== | |
==13312== For counts of detected and suppressed errors, rerun with: -v | |
==13312== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13311== | |
==13311== HEAP SUMMARY: | |
==13311== in use at exit: 28,704 bytes in 52 blocks | |
==13311== total heap usage: 54 allocs, 2 frees, 32,864 bytes allocated | |
==13311== | |
==13311== LEAK SUMMARY: | |
==13311== definitely lost: 0 bytes in 0 blocks | |
==13311== indirectly lost: 0 bytes in 0 blocks | |
==13311== possibly lost: 0 bytes in 0 blocks | |
==13311== still reachable: 28,704 bytes in 52 blocks | |
==13311== suppressed: 0 bytes in 0 blocks | |
==13311== Reachable blocks (those to which a pointer was found) are not shown. | |
==13311== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13311== | |
==13311== For counts of detected and suppressed errors, rerun with: -v | |
==13311== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13314== | |
==13314== HEAP SUMMARY: | |
==13314== in use at exit: 30,680 bytes in 57 blocks | |
==13314== total heap usage: 59 allocs, 2 frees, 34,840 bytes allocated | |
==13314== | |
==13314== LEAK SUMMARY: | |
==13314== definitely lost: 0 bytes in 0 blocks | |
==13314== indirectly lost: 0 bytes in 0 blocks | |
==13314== possibly lost: 848 bytes in 2 blocks | |
==13314== still reachable: 29,832 bytes in 55 blocks | |
==13314== suppressed: 0 bytes in 0 blocks | |
==13314== Reachable blocks (those to which a pointer was found) are not shown. | |
==13314== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13314== | |
==13314== For counts of detected and suppressed errors, rerun with: -v | |
==13314== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13313== | |
==13313== HEAP SUMMARY: | |
==13313== in use at exit: 29,256 bytes in 53 blocks | |
==13313== total heap usage: 55 allocs, 2 frees, 33,416 bytes allocated | |
==13313== | |
==13313== LEAK SUMMARY: | |
==13313== definitely lost: 0 bytes in 0 blocks | |
==13313== indirectly lost: 0 bytes in 0 blocks | |
==13313== possibly lost: 0 bytes in 0 blocks | |
==13313== still reachable: 29,256 bytes in 53 blocks | |
==13313== suppressed: 0 bytes in 0 blocks | |
==13313== Reachable blocks (those to which a pointer was found) are not shown. | |
==13313== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13313== | |
==13313== For counts of detected and suppressed errors, rerun with: -v | |
==13313== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13316== | |
==13316== HEAP SUMMARY: | |
==13316== in use at exit: 31,232 bytes in 58 blocks | |
==13316== total heap usage: 60 allocs, 2 frees, 35,392 bytes allocated | |
==13316== | |
==13316== LEAK SUMMARY: | |
==13316== definitely lost: 0 bytes in 0 blocks | |
==13316== indirectly lost: 0 bytes in 0 blocks | |
==13316== possibly lost: 848 bytes in 2 blocks | |
==13316== still reachable: 30,384 bytes in 56 blocks | |
==13316== suppressed: 0 bytes in 0 blocks | |
==13316== Reachable blocks (those to which a pointer was found) are not shown. | |
==13316== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13316== | |
==13316== For counts of detected and suppressed errors, rerun with: -v | |
==13316== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13315== | |
==13315== HEAP SUMMARY: | |
==13315== in use at exit: 29,808 bytes in 54 blocks | |
==13315== total heap usage: 56 allocs, 2 frees, 33,968 bytes allocated | |
==13315== | |
==13315== LEAK SUMMARY: | |
==13315== definitely lost: 0 bytes in 0 blocks | |
==13315== indirectly lost: 0 bytes in 0 blocks | |
==13315== possibly lost: 0 bytes in 0 blocks | |
==13315== still reachable: 29,808 bytes in 54 blocks | |
==13315== suppressed: 0 bytes in 0 blocks | |
==13315== Reachable blocks (those to which a pointer was found) are not shown. | |
==13315== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13315== | |
==13315== For counts of detected and suppressed errors, rerun with: -v | |
==13315== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13318== | |
==13318== HEAP SUMMARY: | |
==13318== in use at exit: 33,093 bytes in 67 blocks | |
==13318== total heap usage: 78 allocs, 11 frees, 39,641 bytes allocated | |
==13318== | |
==13318== LEAK SUMMARY: | |
==13318== definitely lost: 0 bytes in 0 blocks | |
==13318== indirectly lost: 0 bytes in 0 blocks | |
==13318== possibly lost: 848 bytes in 2 blocks | |
==13318== still reachable: 32,245 bytes in 65 blocks | |
==13318== suppressed: 0 bytes in 0 blocks | |
==13318== Reachable blocks (those to which a pointer was found) are not shown. | |
==13318== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13318== | |
==13318== For counts of detected and suppressed errors, rerun with: -v | |
==13318== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13317== | |
==13317== HEAP SUMMARY: | |
==13317== in use at exit: 30,360 bytes in 55 blocks | |
==13317== total heap usage: 57 allocs, 2 frees, 34,520 bytes allocated | |
==13317== | |
==13317== LEAK SUMMARY: | |
==13317== definitely lost: 0 bytes in 0 blocks | |
==13317== indirectly lost: 0 bytes in 0 blocks | |
==13317== possibly lost: 0 bytes in 0 blocks | |
==13317== still reachable: 30,360 bytes in 55 blocks | |
==13317== suppressed: 0 bytes in 0 blocks | |
==13317== Reachable blocks (those to which a pointer was found) are not shown. | |
==13317== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13317== | |
==13317== For counts of detected and suppressed errors, rerun with: -v | |
==13317== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13320== | |
==13320== HEAP SUMMARY: | |
==13320== in use at exit: 32,523 bytes in 62 blocks | |
==13320== total heap usage: 65 allocs, 3 frees, 37,012 bytes allocated | |
==13320== | |
==13320== LEAK SUMMARY: | |
==13320== definitely lost: 0 bytes in 0 blocks | |
==13320== indirectly lost: 0 bytes in 0 blocks | |
==13320== possibly lost: 848 bytes in 2 blocks | |
==13320== still reachable: 31,675 bytes in 60 blocks | |
==13320== suppressed: 0 bytes in 0 blocks | |
==13320== Reachable blocks (those to which a pointer was found) are not shown. | |
==13320== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13320== | |
==13320== For counts of detected and suppressed errors, rerun with: -v | |
==13320== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13319== | |
==13319== HEAP SUMMARY: | |
==13319== in use at exit: 30,912 bytes in 56 blocks | |
==13319== total heap usage: 58 allocs, 2 frees, 35,072 bytes allocated | |
==13319== | |
==13319== LEAK SUMMARY: | |
==13319== definitely lost: 0 bytes in 0 blocks | |
==13319== indirectly lost: 0 bytes in 0 blocks | |
==13319== possibly lost: 0 bytes in 0 blocks | |
==13319== still reachable: 30,912 bytes in 56 blocks | |
==13319== suppressed: 0 bytes in 0 blocks | |
==13319== Reachable blocks (those to which a pointer was found) are not shown. | |
==13319== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13319== | |
==13319== For counts of detected and suppressed errors, rerun with: -v | |
==13319== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13322== | |
==13322== HEAP SUMMARY: | |
==13322== in use at exit: 33,464 bytes in 62 blocks | |
==13322== total heap usage: 65 allocs, 3 frees, 37,632 bytes allocated | |
==13322== | |
==13322== LEAK SUMMARY: | |
==13322== definitely lost: 0 bytes in 0 blocks | |
==13322== indirectly lost: 0 bytes in 0 blocks | |
==13322== possibly lost: 848 bytes in 2 blocks | |
==13322== still reachable: 32,616 bytes in 60 blocks | |
==13322== suppressed: 0 bytes in 0 blocks | |
==13322== Reachable blocks (those to which a pointer was found) are not shown. | |
==13322== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13322== | |
==13322== For counts of detected and suppressed errors, rerun with: -v | |
==13322== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13321== | |
==13321== HEAP SUMMARY: | |
==13321== in use at exit: 31,464 bytes in 57 blocks | |
==13321== total heap usage: 59 allocs, 2 frees, 35,624 bytes allocated | |
==13321== | |
==13321== LEAK SUMMARY: | |
==13321== definitely lost: 0 bytes in 0 blocks | |
==13321== indirectly lost: 0 bytes in 0 blocks | |
==13321== possibly lost: 0 bytes in 0 blocks | |
==13321== still reachable: 31,464 bytes in 57 blocks | |
==13321== suppressed: 0 bytes in 0 blocks | |
==13321== Reachable blocks (those to which a pointer was found) are not shown. | |
==13321== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13321== | |
==13321== For counts of detected and suppressed errors, rerun with: -v | |
==13321== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13324== | |
==13324== HEAP SUMMARY: | |
==13324== in use at exit: 33,440 bytes in 62 blocks | |
==13324== total heap usage: 64 allocs, 2 frees, 37,600 bytes allocated | |
==13324== | |
==13324== LEAK SUMMARY: | |
==13324== definitely lost: 0 bytes in 0 blocks | |
==13324== indirectly lost: 0 bytes in 0 blocks | |
==13324== possibly lost: 848 bytes in 2 blocks | |
==13324== still reachable: 32,592 bytes in 60 blocks | |
==13324== suppressed: 0 bytes in 0 blocks | |
==13324== Reachable blocks (those to which a pointer was found) are not shown. | |
==13324== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13324== | |
==13324== For counts of detected and suppressed errors, rerun with: -v | |
==13324== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13323== | |
==13323== HEAP SUMMARY: | |
==13323== in use at exit: 32,016 bytes in 58 blocks | |
==13323== total heap usage: 60 allocs, 2 frees, 36,176 bytes allocated | |
==13323== | |
==13323== LEAK SUMMARY: | |
==13323== definitely lost: 0 bytes in 0 blocks | |
==13323== indirectly lost: 0 bytes in 0 blocks | |
==13323== possibly lost: 0 bytes in 0 blocks | |
==13323== still reachable: 32,016 bytes in 58 blocks | |
==13323== suppressed: 0 bytes in 0 blocks | |
==13323== Reachable blocks (those to which a pointer was found) are not shown. | |
==13323== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13323== | |
==13323== For counts of detected and suppressed errors, rerun with: -v | |
==13323== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13326== | |
==13326== HEAP SUMMARY: | |
==13326== in use at exit: 35,050 bytes in 69 blocks | |
==13326== total heap usage: 71 allocs, 2 frees, 39,210 bytes allocated | |
==13326== | |
==13326== 848 (840 direct, 8 indirect) bytes in 1 blocks are definitely lost in loss record 10 of 11 | |
==13326== at 0x483874F: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so) | |
==13326== by 0x118916: zalloc (util.c:78) | |
==13326== by 0x10DEF7: make_conn (conn.c:40) | |
==13326== by 0x116BCC: h_accept (prot.c:1962) | |
==13326== by 0x11805C: srvaccept (serv.c:63) | |
==13326== by 0x118027: srvserve (serv.c:54) | |
==13326== by 0x11D32F: mustforksrv (testserv.c:208) | |
==13326== by 0x11F9C7: cttest_unpause_tube (testserv.c:939) | |
==13326== by 0x10CD27: start (ct.c:212) | |
==13326== by 0x10CD9E: runalltest (ct.c:232) | |
==13326== by 0x10DB9C: main (ct.c:561) | |
==13326== | |
==13326== LEAK SUMMARY: | |
==13326== definitely lost: 840 bytes in 1 blocks | |
==13326== indirectly lost: 8 bytes in 1 blocks | |
==13326== possibly lost: 0 bytes in 0 blocks | |
==13326== still reachable: 34,202 bytes in 67 blocks | |
==13326== suppressed: 0 bytes in 0 blocks | |
==13326== Reachable blocks (those to which a pointer was found) are not shown. | |
==13326== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13326== | |
==13326== For counts of detected and suppressed errors, rerun with: -v | |
==13326== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) | |
==13325== | |
==13325== HEAP SUMMARY: | |
==13325== in use at exit: 32,568 bytes in 59 blocks | |
==13325== total heap usage: 61 allocs, 2 frees, 36,728 bytes allocated | |
==13325== | |
==13325== LEAK SUMMARY: | |
==13325== definitely lost: 0 bytes in 0 blocks | |
==13325== indirectly lost: 0 bytes in 0 blocks | |
==13325== possibly lost: 0 bytes in 0 blocks | |
==13325== still reachable: 32,568 bytes in 59 blocks | |
==13325== suppressed: 0 bytes in 0 blocks | |
==13325== Reachable blocks (those to which a pointer was found) are not shown. | |
==13325== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13325== | |
==13325== For counts of detected and suppressed errors, rerun with: -v | |
==13325== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13328== | |
==13328== HEAP SUMMARY: | |
==13328== in use at exit: 34,730 bytes in 66 blocks | |
==13328== total heap usage: 68 allocs, 2 frees, 38,890 bytes allocated | |
==13328== | |
==13328== LEAK SUMMARY: | |
==13328== definitely lost: 0 bytes in 0 blocks | |
==13328== indirectly lost: 0 bytes in 0 blocks | |
==13328== possibly lost: 848 bytes in 2 blocks | |
==13328== still reachable: 33,882 bytes in 64 blocks | |
==13328== suppressed: 0 bytes in 0 blocks | |
==13328== Reachable blocks (those to which a pointer was found) are not shown. | |
==13328== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13328== | |
==13328== For counts of detected and suppressed errors, rerun with: -v | |
==13328== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13327== | |
==13327== HEAP SUMMARY: | |
==13327== in use at exit: 33,120 bytes in 60 blocks | |
==13327== total heap usage: 62 allocs, 2 frees, 37,280 bytes allocated | |
==13327== | |
==13327== LEAK SUMMARY: | |
==13327== definitely lost: 0 bytes in 0 blocks | |
==13327== indirectly lost: 0 bytes in 0 blocks | |
==13327== possibly lost: 0 bytes in 0 blocks | |
==13327== still reachable: 33,120 bytes in 60 blocks | |
==13327== suppressed: 0 bytes in 0 blocks | |
==13327== Reachable blocks (those to which a pointer was found) are not shown. | |
==13327== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13327== | |
==13327== For counts of detected and suppressed errors, rerun with: -v | |
==13327== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13329== | |
==13329== HEAP SUMMARY: | |
==13329== in use at exit: 33,687 bytes in 62 blocks | |
==13329== total heap usage: 63 allocs, 1 frees, 37,783 bytes allocated | |
==13329== | |
==13329== 15 bytes in 1 blocks are definitely lost in loss record 1 of 2 | |
==13329== at 0x483874F: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so) | |
==13329== by 0x11887A: fmtalloc (util.c:60) | |
==13329== by 0x121BAC: cttest_allocf (testutil.c:15) | |
==13329== by 0x10CD27: start (ct.c:212) | |
==13329== by 0x10CD9E: runalltest (ct.c:232) | |
==13329== by 0x10DB9C: main (ct.c:561) | |
==13329== | |
==13329== LEAK SUMMARY: | |
==13329== definitely lost: 15 bytes in 1 blocks | |
==13329== indirectly lost: 0 bytes in 0 blocks | |
==13329== possibly lost: 0 bytes in 0 blocks | |
==13329== still reachable: 33,672 bytes in 61 blocks | |
==13329== suppressed: 0 bytes in 0 blocks | |
==13329== Reachable blocks (those to which a pointer was found) are not shown. | |
==13329== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13329== | |
==13329== For counts of detected and suppressed errors, rerun with: -v | |
==13329== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) | |
.==13330== | |
==13330== HEAP SUMMARY: | |
==13330== in use at exit: 34,224 bytes in 62 blocks | |
==13330== total heap usage: 63 allocs, 1 frees, 38,320 bytes allocated | |
==13330== | |
==13330== LEAK SUMMARY: | |
==13330== definitely lost: 0 bytes in 0 blocks | |
==13330== indirectly lost: 0 bytes in 0 blocks | |
==13330== possibly lost: 0 bytes in 0 blocks | |
==13330== still reachable: 34,224 bytes in 62 blocks | |
==13330== suppressed: 0 bytes in 0 blocks | |
==13330== Reachable blocks (those to which a pointer was found) are not shown. | |
==13330== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13330== | |
==13330== For counts of detected and suppressed errors, rerun with: -v | |
==13330== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13331== | |
==13331== HEAP SUMMARY: | |
==13331== in use at exit: 34,776 bytes in 63 blocks | |
==13331== total heap usage: 64 allocs, 1 frees, 38,872 bytes allocated | |
==13331== | |
==13331== LEAK SUMMARY: | |
==13331== definitely lost: 0 bytes in 0 blocks | |
==13331== indirectly lost: 0 bytes in 0 blocks | |
==13331== possibly lost: 0 bytes in 0 blocks | |
==13331== still reachable: 34,776 bytes in 63 blocks | |
==13331== suppressed: 0 bytes in 0 blocks | |
==13331== Reachable blocks (those to which a pointer was found) are not shown. | |
==13331== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13331== | |
==13331== For counts of detected and suppressed errors, rerun with: -v | |
==13331== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13332== | |
==13332== HEAP SUMMARY: | |
==13332== in use at exit: 35,328 bytes in 64 blocks | |
==13332== total heap usage: 65 allocs, 1 frees, 39,424 bytes allocated | |
==13332== | |
==13332== LEAK SUMMARY: | |
==13332== definitely lost: 0 bytes in 0 blocks | |
==13332== indirectly lost: 0 bytes in 0 blocks | |
==13332== possibly lost: 0 bytes in 0 blocks | |
==13332== still reachable: 35,328 bytes in 64 blocks | |
==13332== suppressed: 0 bytes in 0 blocks | |
==13332== Reachable blocks (those to which a pointer was found) are not shown. | |
==13332== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13332== | |
==13332== For counts of detected and suppressed errors, rerun with: -v | |
==13332== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13333== | |
==13333== HEAP SUMMARY: | |
==13333== in use at exit: 35,880 bytes in 65 blocks | |
==13333== total heap usage: 66 allocs, 1 frees, 39,976 bytes allocated | |
==13333== | |
==13333== LEAK SUMMARY: | |
==13333== definitely lost: 0 bytes in 0 blocks | |
==13333== indirectly lost: 0 bytes in 0 blocks | |
==13333== possibly lost: 0 bytes in 0 blocks | |
==13333== still reachable: 35,880 bytes in 65 blocks | |
==13333== suppressed: 0 bytes in 0 blocks | |
==13333== Reachable blocks (those to which a pointer was found) are not shown. | |
==13333== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13333== | |
==13333== For counts of detected and suppressed errors, rerun with: -v | |
==13333== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13334== | |
==13334== HEAP SUMMARY: | |
==13334== in use at exit: 36,432 bytes in 66 blocks | |
==13334== total heap usage: 67 allocs, 1 frees, 40,528 bytes allocated | |
==13334== | |
==13334== LEAK SUMMARY: | |
==13334== definitely lost: 0 bytes in 0 blocks | |
==13334== indirectly lost: 0 bytes in 0 blocks | |
==13334== possibly lost: 0 bytes in 0 blocks | |
==13334== still reachable: 36,432 bytes in 66 blocks | |
==13334== suppressed: 0 bytes in 0 blocks | |
==13334== Reachable blocks (those to which a pointer was found) are not shown. | |
==13334== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13334== | |
==13334== For counts of detected and suppressed errors, rerun with: -v | |
==13334== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13335== | |
==13335== HEAP SUMMARY: | |
==13335== in use at exit: 36,984 bytes in 67 blocks | |
==13335== total heap usage: 68 allocs, 1 frees, 41,080 bytes allocated | |
==13335== | |
==13335== LEAK SUMMARY: | |
==13335== definitely lost: 0 bytes in 0 blocks | |
==13335== indirectly lost: 0 bytes in 0 blocks | |
==13335== possibly lost: 0 bytes in 0 blocks | |
==13335== still reachable: 36,984 bytes in 67 blocks | |
==13335== suppressed: 0 bytes in 0 blocks | |
==13335== Reachable blocks (those to which a pointer was found) are not shown. | |
==13335== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13335== | |
==13335== For counts of detected and suppressed errors, rerun with: -v | |
==13335== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13336== | |
==13336== HEAP SUMMARY: | |
==13336== in use at exit: 37,536 bytes in 68 blocks | |
==13336== total heap usage: 69 allocs, 1 frees, 41,632 bytes allocated | |
==13336== | |
==13336== LEAK SUMMARY: | |
==13336== definitely lost: 0 bytes in 0 blocks | |
==13336== indirectly lost: 0 bytes in 0 blocks | |
==13336== possibly lost: 0 bytes in 0 blocks | |
==13336== still reachable: 37,536 bytes in 68 blocks | |
==13336== suppressed: 0 bytes in 0 blocks | |
==13336== Reachable blocks (those to which a pointer was found) are not shown. | |
==13336== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13336== | |
==13336== For counts of detected and suppressed errors, rerun with: -v | |
==13336== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13337== | |
==13337== HEAP SUMMARY: | |
==13337== in use at exit: 38,088 bytes in 69 blocks | |
==13337== total heap usage: 70 allocs, 1 frees, 42,184 bytes allocated | |
==13337== | |
==13337== LEAK SUMMARY: | |
==13337== definitely lost: 0 bytes in 0 blocks | |
==13337== indirectly lost: 0 bytes in 0 blocks | |
==13337== possibly lost: 0 bytes in 0 blocks | |
==13337== still reachable: 38,088 bytes in 69 blocks | |
==13337== suppressed: 0 bytes in 0 blocks | |
==13337== Reachable blocks (those to which a pointer was found) are not shown. | |
==13337== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13337== | |
==13337== For counts of detected and suppressed errors, rerun with: -v | |
==13337== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13338== | |
==13338== HEAP SUMMARY: | |
==13338== in use at exit: 38,640 bytes in 70 blocks | |
==13338== total heap usage: 71 allocs, 1 frees, 42,736 bytes allocated | |
==13338== | |
==13338== LEAK SUMMARY: | |
==13338== definitely lost: 0 bytes in 0 blocks | |
==13338== indirectly lost: 0 bytes in 0 blocks | |
==13338== possibly lost: 0 bytes in 0 blocks | |
==13338== still reachable: 38,640 bytes in 70 blocks | |
==13338== suppressed: 0 bytes in 0 blocks | |
==13338== Reachable blocks (those to which a pointer was found) are not shown. | |
==13338== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13338== | |
==13338== For counts of detected and suppressed errors, rerun with: -v | |
==13338== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13339== | |
==13339== HEAP SUMMARY: | |
==13339== in use at exit: 39,192 bytes in 71 blocks | |
==13339== total heap usage: 72 allocs, 1 frees, 43,288 bytes allocated | |
==13339== | |
==13339== LEAK SUMMARY: | |
==13339== definitely lost: 0 bytes in 0 blocks | |
==13339== indirectly lost: 0 bytes in 0 blocks | |
==13339== possibly lost: 0 bytes in 0 blocks | |
==13339== still reachable: 39,192 bytes in 71 blocks | |
==13339== suppressed: 0 bytes in 0 blocks | |
==13339== Reachable blocks (those to which a pointer was found) are not shown. | |
==13339== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13339== | |
==13339== For counts of detected and suppressed errors, rerun with: -v | |
==13339== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13340== | |
==13340== HEAP SUMMARY: | |
==13340== in use at exit: 39,744 bytes in 72 blocks | |
==13340== total heap usage: 73 allocs, 1 frees, 43,840 bytes allocated | |
==13340== | |
==13340== LEAK SUMMARY: | |
==13340== definitely lost: 0 bytes in 0 blocks | |
==13340== indirectly lost: 0 bytes in 0 blocks | |
==13340== possibly lost: 0 bytes in 0 blocks | |
==13340== still reachable: 39,744 bytes in 72 blocks | |
==13340== suppressed: 0 bytes in 0 blocks | |
==13340== Reachable blocks (those to which a pointer was found) are not shown. | |
==13340== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13340== | |
==13340== For counts of detected and suppressed errors, rerun with: -v | |
==13340== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13341== | |
==13341== HEAP SUMMARY: | |
==13341== in use at exit: 40,296 bytes in 73 blocks | |
==13341== total heap usage: 74 allocs, 1 frees, 44,392 bytes allocated | |
==13341== | |
==13341== LEAK SUMMARY: | |
==13341== definitely lost: 0 bytes in 0 blocks | |
==13341== indirectly lost: 0 bytes in 0 blocks | |
==13341== possibly lost: 0 bytes in 0 blocks | |
==13341== still reachable: 40,296 bytes in 73 blocks | |
==13341== suppressed: 0 bytes in 0 blocks | |
==13341== Reachable blocks (those to which a pointer was found) are not shown. | |
==13341== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13341== | |
==13341== For counts of detected and suppressed errors, rerun with: -v | |
==13341== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13342== | |
==13342== HEAP SUMMARY: | |
==13342== in use at exit: 40,848 bytes in 74 blocks | |
==13342== total heap usage: 75 allocs, 1 frees, 44,944 bytes allocated | |
==13342== | |
==13342== LEAK SUMMARY: | |
==13342== definitely lost: 0 bytes in 0 blocks | |
==13342== indirectly lost: 0 bytes in 0 blocks | |
==13342== possibly lost: 0 bytes in 0 blocks | |
==13342== still reachable: 40,848 bytes in 74 blocks | |
==13342== suppressed: 0 bytes in 0 blocks | |
==13342== Reachable blocks (those to which a pointer was found) are not shown. | |
==13342== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13342== | |
==13342== For counts of detected and suppressed errors, rerun with: -v | |
==13342== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13343== | |
==13343== HEAP SUMMARY: | |
==13343== in use at exit: 41,400 bytes in 75 blocks | |
==13343== total heap usage: 76 allocs, 1 frees, 45,496 bytes allocated | |
==13343== | |
==13343== LEAK SUMMARY: | |
==13343== definitely lost: 0 bytes in 0 blocks | |
==13343== indirectly lost: 0 bytes in 0 blocks | |
==13343== possibly lost: 0 bytes in 0 blocks | |
==13343== still reachable: 41,400 bytes in 75 blocks | |
==13343== suppressed: 0 bytes in 0 blocks | |
==13343== Reachable blocks (those to which a pointer was found) are not shown. | |
==13343== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13343== | |
==13343== For counts of detected and suppressed errors, rerun with: -v | |
==13343== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13344== | |
==13344== HEAP SUMMARY: | |
==13344== in use at exit: 41,952 bytes in 76 blocks | |
==13344== total heap usage: 77 allocs, 1 frees, 46,048 bytes allocated | |
==13344== | |
==13344== LEAK SUMMARY: | |
==13344== definitely lost: 0 bytes in 0 blocks | |
==13344== indirectly lost: 0 bytes in 0 blocks | |
==13344== possibly lost: 0 bytes in 0 blocks | |
==13344== still reachable: 41,952 bytes in 76 blocks | |
==13344== suppressed: 0 bytes in 0 blocks | |
==13344== Reachable blocks (those to which a pointer was found) are not shown. | |
==13344== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13344== | |
==13344== For counts of detected and suppressed errors, rerun with: -v | |
==13344== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13345== | |
==13345== HEAP SUMMARY: | |
==13345== in use at exit: 42,504 bytes in 77 blocks | |
==13345== total heap usage: 78 allocs, 1 frees, 46,600 bytes allocated | |
==13345== | |
==13345== LEAK SUMMARY: | |
==13345== definitely lost: 0 bytes in 0 blocks | |
==13345== indirectly lost: 0 bytes in 0 blocks | |
==13345== possibly lost: 0 bytes in 0 blocks | |
==13345== still reachable: 42,504 bytes in 77 blocks | |
==13345== suppressed: 0 bytes in 0 blocks | |
==13345== Reachable blocks (those to which a pointer was found) are not shown. | |
==13345== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13345== | |
==13345== For counts of detected and suppressed errors, rerun with: -v | |
==13345== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13346== | |
==13346== HEAP SUMMARY: | |
==13346== in use at exit: 43,056 bytes in 78 blocks | |
==13346== total heap usage: 79 allocs, 1 frees, 47,152 bytes allocated | |
==13346== | |
==13346== LEAK SUMMARY: | |
==13346== definitely lost: 0 bytes in 0 blocks | |
==13346== indirectly lost: 0 bytes in 0 blocks | |
==13346== possibly lost: 0 bytes in 0 blocks | |
==13346== still reachable: 43,056 bytes in 78 blocks | |
==13346== suppressed: 0 bytes in 0 blocks | |
==13346== Reachable blocks (those to which a pointer was found) are not shown. | |
==13346== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13346== | |
==13346== For counts of detected and suppressed errors, rerun with: -v | |
==13346== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
.==13347== | |
==13347== HEAP SUMMARY: | |
==13347== in use at exit: 43,608 bytes in 79 blocks | |
==13347== total heap usage: 80 allocs, 1 frees, 47,704 bytes allocated | |
==13347== | |
==13347== LEAK SUMMARY: | |
==13347== definitely lost: 0 bytes in 0 blocks | |
==13347== indirectly lost: 0 bytes in 0 blocks | |
==13347== possibly lost: 0 bytes in 0 blocks | |
==13347== still reachable: 43,608 bytes in 79 blocks | |
==13347== suppressed: 0 bytes in 0 blocks | |
==13347== Reachable blocks (those to which a pointer was found) are not shown. | |
==13347== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13347== | |
==13347== For counts of detected and suppressed errors, rerun with: -v | |
==13347== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
. | |
PASS | |
ctbench_heap_insert ==13348== | |
==13348== HEAP SUMMARY: | |
==13348== in use at exit: 44,712 bytes in 81 blocks | |
==13348== total heap usage: 164 allocs, 83 frees, 2,641,464 bytes allocated | |
==13348== | |
==13348== LEAK SUMMARY: | |
==13348== definitely lost: 0 bytes in 0 blocks | |
==13348== indirectly lost: 0 bytes in 0 blocks | |
==13348== possibly lost: 0 bytes in 0 blocks | |
==13348== still reachable: 44,712 bytes in 81 blocks | |
==13348== suppressed: 0 bytes in 0 blocks | |
==13348== Reachable blocks (those to which a pointer was found) are not shown. | |
==13348== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13348== | |
==13348== For counts of detected and suppressed errors, rerun with: -v | |
==13348== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13349== | |
==13349== HEAP SUMMARY: | |
==13349== in use at exit: 45,816 bytes in 83 blocks | |
==13349== total heap usage: 271 allocs, 188 frees, 2,694,712 bytes allocated | |
==13349== | |
==13349== LEAK SUMMARY: | |
==13349== definitely lost: 0 bytes in 0 blocks | |
==13349== indirectly lost: 0 bytes in 0 blocks | |
==13349== possibly lost: 0 bytes in 0 blocks | |
==13349== still reachable: 45,816 bytes in 83 blocks | |
==13349== suppressed: 0 bytes in 0 blocks | |
==13349== Reachable blocks (those to which a pointer was found) are not shown. | |
==13349== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13349== | |
==13349== For counts of detected and suppressed errors, rerun with: -v | |
==13349== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13350== | |
==13350== HEAP SUMMARY: | |
==13350== in use at exit: 46,920 bytes in 85 blocks | |
==13350== total heap usage: 10,181 allocs, 10,096 frees, 4,731,016 bytes allocated | |
==13350== | |
==13350== LEAK SUMMARY: | |
==13350== definitely lost: 0 bytes in 0 blocks | |
==13350== indirectly lost: 0 bytes in 0 blocks | |
==13350== possibly lost: 0 bytes in 0 blocks | |
==13350== still reachable: 46,920 bytes in 85 blocks | |
==13350== suppressed: 0 bytes in 0 blocks | |
==13350== Reachable blocks (those to which a pointer was found) are not shown. | |
==13350== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13350== | |
==13350== For counts of detected and suppressed errors, rerun with: -v | |
==13350== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13351== | |
==13351== HEAP SUMMARY: | |
==13351== in use at exit: 146,336 bytes in 88 blocks | |
==13351== total heap usage: 100,191 allocs, 100,103 frees, 23,325,240 bytes allocated | |
==13351== | |
==13351== LEAK SUMMARY: | |
==13351== definitely lost: 0 bytes in 0 blocks | |
==13351== indirectly lost: 0 bytes in 0 blocks | |
==13351== possibly lost: 0 bytes in 0 blocks | |
==13351== still reachable: 146,336 bytes in 88 blocks | |
==13351== suppressed: 0 bytes in 0 blocks | |
==13351== Reachable blocks (those to which a pointer was found) are not shown. | |
==13351== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13351== | |
==13351== For counts of detected and suppressed errors, rerun with: -v | |
==13351== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
100000 18518 ns/op | |
ctbench_heap_remove ==13352== | |
==13352== HEAP SUMMARY: | |
==13352== in use at exit: 49,128 bytes in 89 blocks | |
==13352== total heap usage: 175 allocs, 86 frees, 2,777,136 bytes allocated | |
==13352== | |
==13352== LEAK SUMMARY: | |
==13352== definitely lost: 0 bytes in 0 blocks | |
==13352== indirectly lost: 0 bytes in 0 blocks | |
==13352== possibly lost: 0 bytes in 0 blocks | |
==13352== still reachable: 49,128 bytes in 89 blocks | |
==13352== suppressed: 0 bytes in 0 blocks | |
==13352== Reachable blocks (those to which a pointer was found) are not shown. | |
==13352== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13352== | |
==13352== For counts of detected and suppressed errors, rerun with: -v | |
==13352== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13353== | |
==13353== HEAP SUMMARY: | |
==13353== in use at exit: 50,232 bytes in 91 blocks | |
==13353== total heap usage: 282 allocs, 191 frees, 2,829,592 bytes allocated | |
==13353== | |
==13353== LEAK SUMMARY: | |
==13353== definitely lost: 0 bytes in 0 blocks | |
==13353== indirectly lost: 0 bytes in 0 blocks | |
==13353== possibly lost: 0 bytes in 0 blocks | |
==13353== still reachable: 50,232 bytes in 91 blocks | |
==13353== suppressed: 0 bytes in 0 blocks | |
==13353== Reachable blocks (those to which a pointer was found) are not shown. | |
==13353== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13353== | |
==13353== For counts of detected and suppressed errors, rerun with: -v | |
==13353== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13354== | |
==13354== HEAP SUMMARY: | |
==13354== in use at exit: 51,336 bytes in 93 blocks | |
==13354== total heap usage: 10,192 allocs, 10,099 frees, 4,786,696 bytes allocated | |
==13354== | |
==13354== LEAK SUMMARY: | |
==13354== definitely lost: 0 bytes in 0 blocks | |
==13354== indirectly lost: 0 bytes in 0 blocks | |
==13354== possibly lost: 0 bytes in 0 blocks | |
==13354== still reachable: 51,336 bytes in 93 blocks | |
==13354== suppressed: 0 bytes in 0 blocks | |
==13354== Reachable blocks (those to which a pointer was found) are not shown. | |
==13354== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13354== | |
==13354== For counts of detected and suppressed errors, rerun with: -v | |
==13354== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13355== | |
==13355== HEAP SUMMARY: | |
==13355== in use at exit: 150,752 bytes in 96 blocks | |
==13355== total heap usage: 100,202 allocs, 100,106 frees, 22,660,920 bytes allocated | |
==13355== | |
==13355== LEAK SUMMARY: | |
==13355== definitely lost: 0 bytes in 0 blocks | |
==13355== indirectly lost: 0 bytes in 0 blocks | |
==13355== possibly lost: 0 bytes in 0 blocks | |
==13355== still reachable: 150,752 bytes in 96 blocks | |
==13355== suppressed: 0 bytes in 0 blocks | |
==13355== Reachable blocks (those to which a pointer was found) are not shown. | |
==13355== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13355== | |
==13355== For counts of detected and suppressed errors, rerun with: -v | |
==13355== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
100000 24466 ns/op | |
ctbench_make_job ==13356== | |
==13356== HEAP SUMMARY: | |
==13356== in use at exit: 54,280 bytes in 99 blocks | |
==13356== total heap usage: 187 allocs, 88 frees, 2,913,368 bytes allocated | |
==13356== | |
==13356== LEAK SUMMARY: | |
==13356== definitely lost: 0 bytes in 0 blocks | |
==13356== indirectly lost: 0 bytes in 0 blocks | |
==13356== possibly lost: 0 bytes in 0 blocks | |
==13356== still reachable: 54,280 bytes in 99 blocks | |
==13356== suppressed: 0 bytes in 0 blocks | |
==13356== Reachable blocks (those to which a pointer was found) are not shown. | |
==13356== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13356== | |
==13356== For counts of detected and suppressed errors, rerun with: -v | |
==13356== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13357== | |
==13357== HEAP SUMMARY: | |
==13357== in use at exit: 72,016 bytes in 200 blocks | |
==13357== total heap usage: 289 allocs, 89 frees, 2,963,920 bytes allocated | |
==13357== | |
==13357== LEAK SUMMARY: | |
==13357== definitely lost: 0 bytes in 0 blocks | |
==13357== indirectly lost: 0 bytes in 0 blocks | |
==13357== possibly lost: 0 bytes in 0 blocks | |
==13357== still reachable: 72,016 bytes in 200 blocks | |
==13357== suppressed: 0 bytes in 0 blocks | |
==13357== Reachable blocks (those to which a pointer was found) are not shown. | |
==13357== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13357== | |
==13357== For counts of detected and suppressed errors, rerun with: -v | |
==13357== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13358== | |
==13358== HEAP SUMMARY: | |
==13358== in use at exit: 1,736,320 bytes in 10,102 blocks | |
==13358== total heap usage: 10,192 allocs, 90 frees, 4,661,040 bytes allocated | |
==13358== | |
==13358== LEAK SUMMARY: | |
==13358== definitely lost: 0 bytes in 0 blocks | |
==13358== indirectly lost: 0 bytes in 0 blocks | |
==13358== possibly lost: 0 bytes in 0 blocks | |
==13358== still reachable: 1,736,320 bytes in 10,102 blocks | |
==13358== suppressed: 0 bytes in 0 blocks | |
==13358== Reachable blocks (those to which a pointer was found) are not shown. | |
==13358== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13358== | |
==13358== For counts of detected and suppressed errors, rerun with: -v | |
==13358== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13359== | |
==13359== HEAP SUMMARY: | |
==13359== in use at exit: 51,244,520 bytes in 300,105 blocks | |
==13359== total heap usage: 300,198 allocs, 93 frees, 54,792,344 bytes allocated | |
==13359== | |
==13359== LEAK SUMMARY: | |
==13359== definitely lost: 0 bytes in 0 blocks | |
==13359== indirectly lost: 0 bytes in 0 blocks | |
==13359== possibly lost: 0 bytes in 0 blocks | |
==13359== still reachable: 51,244,520 bytes in 300,105 blocks | |
==13359== suppressed: 0 bytes in 0 blocks | |
==13359== Reachable blocks (those to which a pointer was found) are not shown. | |
==13359== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13359== | |
==13359== For counts of detected and suppressed errors, rerun with: -v | |
==13359== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
300000 4507 ns/op | |
ctbench_put_delete_1k ==13361== | |
==13361== HEAP SUMMARY: | |
==13361== in use at exit: 59,400 bytes in 110 blocks | |
==13361== total heap usage: 204 allocs, 94 frees, 3,051,010 bytes allocated | |
==13361== | |
==13361== LEAK SUMMARY: | |
==13361== definitely lost: 0 bytes in 0 blocks | |
==13361== indirectly lost: 0 bytes in 0 blocks | |
==13361== possibly lost: 848 bytes in 2 blocks | |
==13361== still reachable: 58,552 bytes in 108 blocks | |
==13361== suppressed: 0 bytes in 0 blocks | |
==13361== Reachable blocks (those to which a pointer was found) are not shown. | |
==13361== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13361== | |
==13361== For counts of detected and suppressed errors, rerun with: -v | |
==13361== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13360== | |
==13360== HEAP SUMMARY: | |
==13360== in use at exit: 57,960 bytes in 105 blocks | |
==13360== total heap usage: 198 allocs, 93 frees, 3,048,376 bytes allocated | |
==13360== | |
==13360== LEAK SUMMARY: | |
==13360== definitely lost: 0 bytes in 0 blocks | |
==13360== indirectly lost: 0 bytes in 0 blocks | |
==13360== possibly lost: 0 bytes in 0 blocks | |
==13360== still reachable: 57,960 bytes in 105 blocks | |
==13360== suppressed: 0 bytes in 0 blocks | |
==13360== Reachable blocks (those to which a pointer was found) are not shown. | |
==13360== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13360== | |
==13360== For counts of detected and suppressed errors, rerun with: -v | |
==13360== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13363== | |
==13363== HEAP SUMMARY: | |
==13363== in use at exit: 60,504 bytes in 112 blocks | |
==13363== total heap usage: 236 allocs, 124 frees, 3,119,556 bytes allocated | |
==13363== | |
==13363== LEAK SUMMARY: | |
==13363== definitely lost: 0 bytes in 0 blocks | |
==13363== indirectly lost: 0 bytes in 0 blocks | |
==13363== possibly lost: 848 bytes in 2 blocks | |
==13363== still reachable: 59,656 bytes in 110 blocks | |
==13363== suppressed: 0 bytes in 0 blocks | |
==13363== Reachable blocks (those to which a pointer was found) are not shown. | |
==13363== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13363== | |
==13363== For counts of detected and suppressed errors, rerun with: -v | |
==13363== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13362== | |
==13362== HEAP SUMMARY: | |
==13362== in use at exit: 59,064 bytes in 107 blocks | |
==13362== total heap usage: 201 allocs, 94 frees, 3,082,296 bytes allocated | |
==13362== | |
==13362== LEAK SUMMARY: | |
==13362== definitely lost: 0 bytes in 0 blocks | |
==13362== indirectly lost: 0 bytes in 0 blocks | |
==13362== possibly lost: 0 bytes in 0 blocks | |
==13362== still reachable: 59,064 bytes in 107 blocks | |
==13362== suppressed: 0 bytes in 0 blocks | |
==13362== Reachable blocks (those to which a pointer was found) are not shown. | |
==13362== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13362== | |
==13362== For counts of detected and suppressed errors, rerun with: -v | |
==13362== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13365== | |
==13365== HEAP SUMMARY: | |
==13365== in use at exit: 61,608 bytes in 114 blocks | |
==13365== total heap usage: 709 allocs, 595 frees, 3,714,656 bytes allocated | |
==13365== | |
==13365== LEAK SUMMARY: | |
==13365== definitely lost: 0 bytes in 0 blocks | |
==13365== indirectly lost: 0 bytes in 0 blocks | |
==13365== possibly lost: 848 bytes in 2 blocks | |
==13365== still reachable: 60,760 bytes in 112 blocks | |
==13365== suppressed: 0 bytes in 0 blocks | |
==13365== Reachable blocks (those to which a pointer was found) are not shown. | |
==13365== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13365== | |
==13365== For counts of detected and suppressed errors, rerun with: -v | |
==13365== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13364== | |
==13364== HEAP SUMMARY: | |
==13364== in use at exit: 60,168 bytes in 109 blocks | |
==13364== total heap usage: 204 allocs, 95 frees, 3,116,216 bytes allocated | |
==13364== | |
==13364== LEAK SUMMARY: | |
==13364== definitely lost: 0 bytes in 0 blocks | |
==13364== indirectly lost: 0 bytes in 0 blocks | |
==13364== possibly lost: 0 bytes in 0 blocks | |
==13364== still reachable: 60,168 bytes in 109 blocks | |
==13364== suppressed: 0 bytes in 0 blocks | |
==13364== Reachable blocks (those to which a pointer was found) are not shown. | |
==13364== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13364== | |
==13364== For counts of detected and suppressed errors, rerun with: -v | |
==13364== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13367== | |
==13367== HEAP SUMMARY: | |
==13367== in use at exit: 62,712 bytes in 116 blocks | |
==13367== total heap usage: 2,212 allocs, 2,096 frees, 5,539,576 bytes allocated | |
==13367== | |
==13367== LEAK SUMMARY: | |
==13367== definitely lost: 0 bytes in 0 blocks | |
==13367== indirectly lost: 0 bytes in 0 blocks | |
==13367== possibly lost: 848 bytes in 2 blocks | |
==13367== still reachable: 61,864 bytes in 114 blocks | |
==13367== suppressed: 0 bytes in 0 blocks | |
==13367== Reachable blocks (those to which a pointer was found) are not shown. | |
==13367== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13367== | |
==13367== For counts of detected and suppressed errors, rerun with: -v | |
==13367== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13366== | |
==13366== HEAP SUMMARY: | |
==13366== in use at exit: 61,272 bytes in 111 blocks | |
==13366== total heap usage: 207 allocs, 96 frees, 3,150,136 bytes allocated | |
==13366== | |
==13366== LEAK SUMMARY: | |
==13366== definitely lost: 0 bytes in 0 blocks | |
==13366== indirectly lost: 0 bytes in 0 blocks | |
==13366== possibly lost: 0 bytes in 0 blocks | |
==13366== still reachable: 61,272 bytes in 111 blocks | |
==13366== suppressed: 0 bytes in 0 blocks | |
==13366== Reachable blocks (those to which a pointer was found) are not shown. | |
==13366== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13366== | |
==13366== For counts of detected and suppressed errors, rerun with: -v | |
==13366== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
2000 881762 ns/op 1.90 MB/s | |
ctbench_put_delete_64k ==13369== | |
==13369== HEAP SUMMARY: | |
==13369== in use at exit: 63,816 bytes in 118 blocks | |
==13369== total heap usage: 216 allocs, 98 frees, 3,251,201 bytes allocated | |
==13369== | |
==13369== LEAK SUMMARY: | |
==13369== definitely lost: 0 bytes in 0 blocks | |
==13369== indirectly lost: 0 bytes in 0 blocks | |
==13369== possibly lost: 848 bytes in 2 blocks | |
==13369== still reachable: 62,968 bytes in 116 blocks | |
==13369== suppressed: 0 bytes in 0 blocks | |
==13369== Reachable blocks (those to which a pointer was found) are not shown. | |
==13369== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13369== | |
==13369== For counts of detected and suppressed errors, rerun with: -v | |
==13369== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13368== | |
==13368== HEAP SUMMARY: | |
==13368== in use at exit: 62,376 bytes in 113 blocks | |
==13368== total heap usage: 210 allocs, 97 frees, 3,184,056 bytes allocated | |
==13368== | |
==13368== LEAK SUMMARY: | |
==13368== definitely lost: 0 bytes in 0 blocks | |
==13368== indirectly lost: 0 bytes in 0 blocks | |
==13368== possibly lost: 0 bytes in 0 blocks | |
==13368== still reachable: 62,376 bytes in 113 blocks | |
==13368== suppressed: 0 bytes in 0 blocks | |
==13368== Reachable blocks (those to which a pointer was found) are not shown. | |
==13368== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13368== | |
==13368== For counts of detected and suppressed errors, rerun with: -v | |
==13368== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13371== | |
==13371== HEAP SUMMARY: | |
==13371== in use at exit: 64,920 bytes in 120 blocks | |
==13371== total heap usage: 268 allocs, 148 frees, 6,504,666 bytes allocated | |
==13371== | |
==13371== LEAK SUMMARY: | |
==13371== definitely lost: 0 bytes in 0 blocks | |
==13371== indirectly lost: 0 bytes in 0 blocks | |
==13371== possibly lost: 848 bytes in 2 blocks | |
==13371== still reachable: 64,072 bytes in 118 blocks | |
==13371== suppressed: 0 bytes in 0 blocks | |
==13371== Reachable blocks (those to which a pointer was found) are not shown. | |
==13371== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13371== | |
==13371== For counts of detected and suppressed errors, rerun with: -v | |
==13371== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13370== | |
==13370== HEAP SUMMARY: | |
==13370== in use at exit: 63,480 bytes in 115 blocks | |
==13370== total heap usage: 213 allocs, 98 frees, 3,217,976 bytes allocated | |
==13370== | |
==13370== LEAK SUMMARY: | |
==13370== definitely lost: 0 bytes in 0 blocks | |
==13370== indirectly lost: 0 bytes in 0 blocks | |
==13370== possibly lost: 0 bytes in 0 blocks | |
==13370== still reachable: 63,480 bytes in 115 blocks | |
==13370== suppressed: 0 bytes in 0 blocks | |
==13370== Reachable blocks (those to which a pointer was found) are not shown. | |
==13370== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13370== | |
==13370== For counts of detected and suppressed errors, rerun with: -v | |
==13370== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13373== | |
==13373== HEAP SUMMARY: | |
==13373== in use at exit: 66,024 bytes in 122 blocks | |
==13373== total heap usage: 721 allocs, 599 frees, 36,105,836 bytes allocated | |
==13373== | |
==13373== LEAK SUMMARY: | |
==13373== definitely lost: 0 bytes in 0 blocks | |
==13373== indirectly lost: 0 bytes in 0 blocks | |
==13373== possibly lost: 848 bytes in 2 blocks | |
==13373== still reachable: 65,176 bytes in 120 blocks | |
==13373== suppressed: 0 bytes in 0 blocks | |
==13373== Reachable blocks (those to which a pointer was found) are not shown. | |
==13373== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13373== | |
==13373== For counts of detected and suppressed errors, rerun with: -v | |
==13373== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13372== | |
==13372== HEAP SUMMARY: | |
==13372== in use at exit: 64,584 bytes in 117 blocks | |
==13372== total heap usage: 216 allocs, 99 frees, 3,251,896 bytes allocated | |
==13372== | |
==13372== LEAK SUMMARY: | |
==13372== definitely lost: 0 bytes in 0 blocks | |
==13372== indirectly lost: 0 bytes in 0 blocks | |
==13372== possibly lost: 0 bytes in 0 blocks | |
==13372== still reachable: 64,584 bytes in 117 blocks | |
==13372== suppressed: 0 bytes in 0 blocks | |
==13372== Reachable blocks (those to which a pointer was found) are not shown. | |
==13372== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13372== | |
==13372== For counts of detected and suppressed errors, rerun with: -v | |
==13372== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
500 2001017 ns/op 32.77 MB/s | |
ctbench_put_delete_8 ==13375== | |
==13375== HEAP SUMMARY: | |
==13375== in use at exit: 67,128 bytes in 124 blocks | |
==13375== total heap usage: 225 allocs, 101 frees, 3,287,434 bytes allocated | |
==13375== | |
==13375== LEAK SUMMARY: | |
==13375== definitely lost: 0 bytes in 0 blocks | |
==13375== indirectly lost: 0 bytes in 0 blocks | |
==13375== possibly lost: 848 bytes in 2 blocks | |
==13375== still reachable: 66,280 bytes in 122 blocks | |
==13375== suppressed: 0 bytes in 0 blocks | |
==13375== Reachable blocks (those to which a pointer was found) are not shown. | |
==13375== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13375== | |
==13375== For counts of detected and suppressed errors, rerun with: -v | |
==13375== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13374== | |
==13374== HEAP SUMMARY: | |
==13374== in use at exit: 65,688 bytes in 119 blocks | |
==13374== total heap usage: 219 allocs, 100 frees, 3,285,816 bytes allocated | |
==13374== | |
==13374== LEAK SUMMARY: | |
==13374== definitely lost: 0 bytes in 0 blocks | |
==13374== indirectly lost: 0 bytes in 0 blocks | |
==13374== possibly lost: 0 bytes in 0 blocks | |
==13374== still reachable: 65,688 bytes in 119 blocks | |
==13374== suppressed: 0 bytes in 0 blocks | |
==13374== Reachable blocks (those to which a pointer was found) are not shown. | |
==13374== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13374== | |
==13374== For counts of detected and suppressed errors, rerun with: -v | |
==13374== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13377== | |
==13377== HEAP SUMMARY: | |
==13377== in use at exit: 68,232 bytes in 126 blocks | |
==13377== total heap usage: 257 allocs, 131 frees, 3,326,516 bytes allocated | |
==13377== | |
==13377== LEAK SUMMARY: | |
==13377== definitely lost: 0 bytes in 0 blocks | |
==13377== indirectly lost: 0 bytes in 0 blocks | |
==13377== possibly lost: 848 bytes in 2 blocks | |
==13377== still reachable: 67,384 bytes in 124 blocks | |
==13377== suppressed: 0 bytes in 0 blocks | |
==13377== Reachable blocks (those to which a pointer was found) are not shown. | |
==13377== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13377== | |
==13377== For counts of detected and suppressed errors, rerun with: -v | |
==13377== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13376== | |
==13376== HEAP SUMMARY: | |
==13376== in use at exit: 66,792 bytes in 121 blocks | |
==13376== total heap usage: 222 allocs, 101 frees, 3,319,736 bytes allocated | |
==13376== | |
==13376== LEAK SUMMARY: | |
==13376== definitely lost: 0 bytes in 0 blocks | |
==13376== indirectly lost: 0 bytes in 0 blocks | |
==13376== possibly lost: 0 bytes in 0 blocks | |
==13376== still reachable: 66,792 bytes in 121 blocks | |
==13376== suppressed: 0 bytes in 0 blocks | |
==13376== Reachable blocks (those to which a pointer was found) are not shown. | |
==13376== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13376== | |
==13376== For counts of detected and suppressed errors, rerun with: -v | |
==13376== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13379== | |
==13379== HEAP SUMMARY: | |
==13379== in use at exit: 69,336 bytes in 128 blocks | |
==13379== total heap usage: 1,230 allocs, 1,102 frees, 3,533,096 bytes allocated | |
==13379== | |
==13379== LEAK SUMMARY: | |
==13379== definitely lost: 0 bytes in 0 blocks | |
==13379== indirectly lost: 0 bytes in 0 blocks | |
==13379== possibly lost: 848 bytes in 2 blocks | |
==13379== still reachable: 68,488 bytes in 126 blocks | |
==13379== suppressed: 0 bytes in 0 blocks | |
==13379== Reachable blocks (those to which a pointer was found) are not shown. | |
==13379== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13379== | |
==13379== For counts of detected and suppressed errors, rerun with: -v | |
==13379== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13378== | |
==13378== HEAP SUMMARY: | |
==13378== in use at exit: 67,896 bytes in 123 blocks | |
==13378== total heap usage: 225 allocs, 102 frees, 3,353,656 bytes allocated | |
==13378== | |
==13378== LEAK SUMMARY: | |
==13378== definitely lost: 0 bytes in 0 blocks | |
==13378== indirectly lost: 0 bytes in 0 blocks | |
==13378== possibly lost: 0 bytes in 0 blocks | |
==13378== still reachable: 67,896 bytes in 123 blocks | |
==13378== suppressed: 0 bytes in 0 blocks | |
==13378== Reachable blocks (those to which a pointer was found) are not shown. | |
==13378== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13378== | |
==13378== For counts of detected and suppressed errors, rerun with: -v | |
==13378== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13381== | |
==13381== HEAP SUMMARY: | |
==13381== in use at exit: 70,440 bytes in 130 blocks | |
==13381== total heap usage: 2,233 allocs, 2,103 frees, 3,745,016 bytes allocated | |
==13381== | |
==13381== LEAK SUMMARY: | |
==13381== definitely lost: 0 bytes in 0 blocks | |
==13381== indirectly lost: 0 bytes in 0 blocks | |
==13381== possibly lost: 848 bytes in 2 blocks | |
==13381== still reachable: 69,592 bytes in 128 blocks | |
==13381== suppressed: 0 bytes in 0 blocks | |
==13381== Reachable blocks (those to which a pointer was found) are not shown. | |
==13381== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13381== | |
==13381== For counts of detected and suppressed errors, rerun with: -v | |
==13381== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13380== | |
==13380== HEAP SUMMARY: | |
==13380== in use at exit: 69,000 bytes in 125 blocks | |
==13380== total heap usage: 228 allocs, 103 frees, 3,387,576 bytes allocated | |
==13380== | |
==13380== LEAK SUMMARY: | |
==13380== definitely lost: 0 bytes in 0 blocks | |
==13380== indirectly lost: 0 bytes in 0 blocks | |
==13380== possibly lost: 0 bytes in 0 blocks | |
==13380== still reachable: 69,000 bytes in 125 blocks | |
==13380== suppressed: 0 bytes in 0 blocks | |
==13380== Reachable blocks (those to which a pointer was found) are not shown. | |
==13380== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13380== | |
==13380== For counts of detected and suppressed errors, rerun with: -v | |
==13380== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
2000 831971 ns/op 0.02 MB/s | |
ctbench_put_delete_8k ==13383== | |
==13383== HEAP SUMMARY: | |
==13383== in use at exit: 71,544 bytes in 132 blocks | |
==13383== total heap usage: 237 allocs, 105 frees, 3,431,298 bytes allocated | |
==13383== | |
==13383== LEAK SUMMARY: | |
==13383== definitely lost: 0 bytes in 0 blocks | |
==13383== indirectly lost: 0 bytes in 0 blocks | |
==13383== possibly lost: 848 bytes in 2 blocks | |
==13383== still reachable: 70,696 bytes in 130 blocks | |
==13383== suppressed: 0 bytes in 0 blocks | |
==13383== Reachable blocks (those to which a pointer was found) are not shown. | |
==13383== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13383== | |
==13383== For counts of detected and suppressed errors, rerun with: -v | |
==13383== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13382== | |
==13382== HEAP SUMMARY: | |
==13382== in use at exit: 70,104 bytes in 127 blocks | |
==13382== total heap usage: 231 allocs, 104 frees, 3,421,496 bytes allocated | |
==13382== | |
==13382== LEAK SUMMARY: | |
==13382== definitely lost: 0 bytes in 0 blocks | |
==13382== indirectly lost: 0 bytes in 0 blocks | |
==13382== possibly lost: 0 bytes in 0 blocks | |
==13382== still reachable: 70,104 bytes in 127 blocks | |
==13382== suppressed: 0 bytes in 0 blocks | |
==13382== Reachable blocks (those to which a pointer was found) are not shown. | |
==13382== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13382== | |
==13382== For counts of detected and suppressed errors, rerun with: -v | |
==13382== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13385== | |
==13385== HEAP SUMMARY: | |
==13385== in use at exit: 72,648 bytes in 134 blocks | |
==13385== total heap usage: 269 allocs, 135 frees, 3,707,716 bytes allocated | |
==13385== | |
==13385== LEAK SUMMARY: | |
==13385== definitely lost: 0 bytes in 0 blocks | |
==13385== indirectly lost: 0 bytes in 0 blocks | |
==13385== possibly lost: 848 bytes in 2 blocks | |
==13385== still reachable: 71,800 bytes in 132 blocks | |
==13385== suppressed: 0 bytes in 0 blocks | |
==13385== Reachable blocks (those to which a pointer was found) are not shown. | |
==13385== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13385== | |
==13385== For counts of detected and suppressed errors, rerun with: -v | |
==13385== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13384== | |
==13384== HEAP SUMMARY: | |
==13384== in use at exit: 71,208 bytes in 129 blocks | |
==13384== total heap usage: 234 allocs, 105 frees, 3,455,416 bytes allocated | |
==13384== | |
==13384== LEAK SUMMARY: | |
==13384== definitely lost: 0 bytes in 0 blocks | |
==13384== indirectly lost: 0 bytes in 0 blocks | |
==13384== possibly lost: 0 bytes in 0 blocks | |
==13384== still reachable: 71,208 bytes in 129 blocks | |
==13384== suppressed: 0 bytes in 0 blocks | |
==13384== Reachable blocks (those to which a pointer was found) are not shown. | |
==13384== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13384== | |
==13384== For counts of detected and suppressed errors, rerun with: -v | |
==13384== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13387== | |
==13387== HEAP SUMMARY: | |
==13387== in use at exit: 73,752 bytes in 136 blocks | |
==13387== total heap usage: 742 allocs, 606 frees, 7,671,776 bytes allocated | |
==13387== | |
==13387== LEAK SUMMARY: | |
==13387== definitely lost: 0 bytes in 0 blocks | |
==13387== indirectly lost: 0 bytes in 0 blocks | |
==13387== possibly lost: 848 bytes in 2 blocks | |
==13387== still reachable: 72,904 bytes in 134 blocks | |
==13387== suppressed: 0 bytes in 0 blocks | |
==13387== Reachable blocks (those to which a pointer was found) are not shown. | |
==13387== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13387== | |
==13387== For counts of detected and suppressed errors, rerun with: -v | |
==13387== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13386== | |
==13386== HEAP SUMMARY: | |
==13386== in use at exit: 72,312 bytes in 131 blocks | |
==13386== total heap usage: 237 allocs, 106 frees, 3,489,336 bytes allocated | |
==13386== | |
==13386== LEAK SUMMARY: | |
==13386== definitely lost: 0 bytes in 0 blocks | |
==13386== indirectly lost: 0 bytes in 0 blocks | |
==13386== possibly lost: 0 bytes in 0 blocks | |
==13386== still reachable: 72,312 bytes in 131 blocks | |
==13386== suppressed: 0 bytes in 0 blocks | |
==13386== Reachable blocks (those to which a pointer was found) are not shown. | |
==13386== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13386== | |
==13386== For counts of detected and suppressed errors, rerun with: -v | |
==13386== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
==13389== | |
==13389== HEAP SUMMARY: | |
==13389== in use at exit: 74,856 bytes in 138 blocks | |
==13389== total heap usage: 1,245 allocs, 1,107 frees, 11,886,696 bytes allocated | |
==13389== | |
==13389== LEAK SUMMARY: | |
==13389== definitely lost: 0 bytes in 0 blocks | |
==13389== indirectly lost: 0 bytes in 0 blocks | |
==13389== possibly lost: 848 bytes in 2 blocks | |
==13389== still reachable: 74,008 bytes in 136 blocks | |
==13389== suppressed: 0 bytes in 0 blocks | |
==13389== Reachable blocks (those to which a pointer was found) are not shown. | |
==13389== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13389== | |
==13389== For counts of detected and suppressed errors, rerun with: -v | |
==13389== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) | |
==13388== | |
==13388== HEAP SUMMARY: | |
==13388== in use at exit: 73,416 bytes in 133 blocks | |
==13388== total heap usage: 240 allocs, 107 frees, 3,523,256 bytes allocated | |
==13388== | |
==13388== LEAK SUMMARY: | |
==13388== definitely lost: 0 bytes in 0 blocks | |
==13388== indirectly lost: 0 bytes in 0 blocks | |
==13388== possibly lost: 0 bytes in 0 blocks | |
==13388== still reachable: 73,416 bytes in 133 blocks | |
==13388== suppressed: 0 bytes in 0 blocks | |
==13388== Reachable blocks (those to which a pointer was found) are not shown. | |
==13388== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13388== | |
==13388== For counts of detected and suppressed errors, rerun with: -v | |
==13388== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) | |
1000 1094320 ns/op 8.12 MB/s | |
==13224== | |
==13224== HEAP SUMMARY: | |
==13224== in use at exit: 73,416 bytes in 133 blocks | |
==13224== total heap usage: 240 allocs, 107 frees, 3,556,008 bytes allocated | |
==13224== | |
==13224== LEAK SUMMARY: | |
==13224== definitely lost: 0 bytes in 0 blocks | |
==13224== indirectly lost: 0 bytes in 0 blocks | |
==13224== possibly lost: 0 bytes in 0 blocks | |
==13224== still reachable: 73,416 bytes in 133 blocks | |
==13224== suppressed: 0 bytes in 0 blocks | |
==13224== Reachable blocks (those to which a pointer was found) are not shown. | |
==13224== To see them, rerun with: --leak-check=full --show-leak-kinds=all | |
==13224== | |
==13224== For counts of detected and suppressed errors, rerun with: -v | |
==13224== 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