Skip to content
Snippets Groups Projects
  • Verena Reimund's avatar
    ea75b2b7
    Code simplification in base class · ea75b2b7
    Verena Reimund authored
    - Separator not mandatory -> try catch block in base class
    
    ==14884==
    ==14884== HEAP SUMMARY:
    ==14884==     in use at exit: 72,704 bytes in 1 blocks
    ==14884==   total heap usage: 208,313 allocs, 208,312 frees, 22,330,874 bytes allocated
    ==14884==
    ==14884== Searching for pointers to 1 not-freed blocks
    ==14884== Checked 790,856 bytes
    ==14884==
    ==14884== 72,704 bytes in 1 blocks are still reachable in loss record 1 of 1
    ==14884==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
    ==14884==    by 0x5C4BEFF: ??? (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21)
    ==14884==    by 0x40106B9: call_init.part.0 (dl-init.c:72)
    ==14884==    by 0x40107CA: call_init (dl-init.c:30)
    ==14884==    by 0x40107CA: _dl_init (dl-init.c:120)
    ==14884==    by 0x4000C69: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
    ==14884==    by 0x2: ???
    ==14884==    by 0xFFF000396: ???
    ==14884==    by 0xFFF00039C: ???
    ==14884==    by 0xFFF00039F: ???
    ==14884==
    ==14884== LEAK SUMMARY:
    ==14884==    definitely lost: 0 bytes in 0 blocks
    ==14884==    indirectly lost: 0 bytes in 0 blocks
    ==14884==      possibly lost: 0 bytes in 0 blocks
    ==14884==    still reachable: 72,704 bytes in 1 blocks
    ==14884==         suppressed: 0 bytes in 0 blocks
    ==14884==
    ==14884== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
    ==14884== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
    
    Refs #22297
    ea75b2b7
    History
    Code simplification in base class
    Verena Reimund authored
    - Separator not mandatory -> try catch block in base class
    
    ==14884==
    ==14884== HEAP SUMMARY:
    ==14884==     in use at exit: 72,704 bytes in 1 blocks
    ==14884==   total heap usage: 208,313 allocs, 208,312 frees, 22,330,874 bytes allocated
    ==14884==
    ==14884== Searching for pointers to 1 not-freed blocks
    ==14884== Checked 790,856 bytes
    ==14884==
    ==14884== 72,704 bytes in 1 blocks are still reachable in loss record 1 of 1
    ==14884==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
    ==14884==    by 0x5C4BEFF: ??? (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21)
    ==14884==    by 0x40106B9: call_init.part.0 (dl-init.c:72)
    ==14884==    by 0x40107CA: call_init (dl-init.c:30)
    ==14884==    by 0x40107CA: _dl_init (dl-init.c:120)
    ==14884==    by 0x4000C69: ??? (in /lib/x86_64-linux-gnu/ld-2.23.so)
    ==14884==    by 0x2: ???
    ==14884==    by 0xFFF000396: ???
    ==14884==    by 0xFFF00039C: ???
    ==14884==    by 0xFFF00039F: ???
    ==14884==
    ==14884== LEAK SUMMARY:
    ==14884==    definitely lost: 0 bytes in 0 blocks
    ==14884==    indirectly lost: 0 bytes in 0 blocks
    ==14884==      possibly lost: 0 bytes in 0 blocks
    ==14884==    still reachable: 72,704 bytes in 1 blocks
    ==14884==         suppressed: 0 bytes in 0 blocks
    ==14884==
    ==14884== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
    ==14884== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
    
    Refs #22297
Code owners
Assign users and groups as approvers for specific file changes. Learn more.