Advertisement
Guest User

Untitled

a guest
Aug 14th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. ==3007==
  2. ==3007== HEAP SUMMARY:
  3. ==3007== in use at exit: 2,470,502 bytes in 48,852 blocks
  4. ==3007== total heap usage: 236,543 allocs, 187,691 frees, 13,559,626 bytes allocated
  5. ==3007==
  6. ==3007== 2,470,002 (3,528 direct, 2,466,474 indirect) bytes in 9 blocks are definitely lost in loss record 446 of 446
  7. ==3007== at 0x4C2C21F: operator new(unsigned long) (vg_replace_malloc.c:334)
  8. ==3007== by 0x9DC1C53: __new_CCombinedKernel(shogun::EPrimitiveType) (class_list.cpp:720)
  9. ==3007== by 0x9DCF3FC: shogun::create(char const*, shogun::EPrimitiveType) (class_list.cpp:2384)
  10. ==3007== by 0x8BA2076: shogun::CSGObject::clone() (SGObject.cpp:737)
  11. ==3007== by 0x8B9B99C: shogun::TParameter::copy_ptype(shogun::EPrimitiveType, void*, void*) (Parameter.cpp:3481)
  12. ==3007== by 0x8B9C542: shogun::TParameter::copy_stype(shogun::EStructType, shogun::EPrimitiveType, void*, void*) (Parameter.cpp:3647)
  13. ==3007== by 0x8B9D16D: shogun::TParameter::copy(shogun::TParameter*) (Parameter.cpp:3814)
  14. ==3007== by 0x8BA24B7: shogun::CSGObject::clone_parameters(shogun::CSGObject*) (SGObject.cpp:776)
  15. ==3007== by 0x8BA2184: shogun::CSGObject::clone() (SGObject.cpp:747)
  16. ==3007== by 0x8BED1B0: shogun::CMKL::clone() (MKL.cpp:295)
  17. ==3007== by 0x8D80B2F: shogun::CCrossValidation::evaluate_one_run(long, shogun::CrossValidationStorage*) (CrossValidation.cpp:308)
  18. ==3007== by 0x8D7F971: shogun::CCrossValidation::evaluate() (CrossValidation.cpp:125)
  19. ==3007==
  20. ==3007== LEAK SUMMARY:
  21. ==3007== definitely lost: 3,528 bytes in 9 blocks
  22. ==3007== indirectly lost: 2,466,474 bytes in 48,834 blocks
  23. ==3007== possibly lost: 0 bytes in 0 blocks
  24. ==3007== still reachable: 500 bytes in 9 blocks
  25. ==3007== suppressed: 0 bytes in 0 blocks
  26. ==3007== Reachable blocks (those to which a pointer was found) are not shown.
  27. ==3007== To see them, rerun with: --leak-check=full --show-leak-kinds=all
  28. ==3007==
  29. ==3007== For counts of detected and suppressed errors, rerun with: -v
  30. ==3007== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement