memleax 1.1.0-1 source package in Ubuntu

Changelog

memleax (1.1.0-1) unstable; urgency=medium

  * Initial release. (Closes: #883075)

 -- Nicholas D Steeves <email address hidden>  Thu, 14 Dec 2017 00:29:27 -0500

Upload details

Uploaded by:
Nicholas D Steeves
Uploaded to:
Sid
Original maintainer:
Nicholas D Steeves
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
memleax_1.1.0-1.dsc 1.8 KiB f7b44a790436c7a454efddecbb8266ec6d313f6faf15d05de9705f420a3d95e5
memleax_1.1.0.orig.tar.xz 26.3 KiB 467d3168067b0cb6b5766cccf35e6ba22fb27d3fe137b9db0f3a4bd5a080c41a
memleax_1.1.0-1.debian.tar.xz 1.9 KiB 74c78b4feb63ae0677144648b6bf1bdae44d66736e30d4e988b7f034f255d58a

No changes file available.

Binary packages built by this source

memleax: debug a running process for memory leaks

 Memleax helps debug memory leaks by attaching to a process that is
 already running. Memleax then tracks changes to allocated memory,
 reports memory leaks, and "maybe memory leaks" in real-time.
 .
 Where Valgrind excels at formal profiling, Memleax excels at catching
 difficult to reproduce memory leaks the times when one wasn't
 prepared for them to occur. Memleax will track new threads, but not
 forked processes. To debug multiple processes, just run multiple
 instances of memleax!
 .
 It is very convenient to use, and is suitable for production
 environments.

memleax-dbgsym: debug symbols for memleax