summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/etc/valgrind-apr.supp (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-05-29Fix PyObject reference counting bugs causing memory violations in the Python ↵jsdelfino1-4/+8
component implementation. Build Python runtime from source with pydebug to diagnose memory issues. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1343550 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27Add options to use mmap or electric fence to check memory accesses, and fix ↵jsdelfino1-1/+1
a few memory access violations. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294008 13f79535-47bb-0310-9956-ffa450edef68
2011-01-09Fix memory leak in Python runtime integration. Reduce memory consumption of ↵jsdelfino1-1/+1
debug trace functions. Add trace points to help track the lifecycle of some of the runtime context objects. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056880 13f79535-47bb-0310-9956-ffa450edef68
2009-11-16Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk.jsdelfino1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880633 13f79535-47bb-0310-9956-ffa450edef68
2009-11-01Improved memory management using APR memory pools, changed frame allocation ↵jsdelfino1-1/+1
in eval library to support forward references and fixed memory leak in XML parsing code. Also simplified a bit the printing of lists to make them easier to read. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831639 13f79535-47bb-0310-9956-ffa450edef68
2009-09-27Created etc directory, with useful svn-config, svn-ignore and git-exclude ↵jsdelfino1-0/+23
configured for the use with the sca project. Added a utility script to run valgrind on an executable and produce a memory usage report. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819392 13f79535-47bb-0310-9956-ffa450edef68