aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/leak_detective.h
Commit message (Collapse)AuthorAgeFilesLines
* leak-detective: LEAK_DETECTIVE_DISABLE completely disables LDTobias Brunner2014-04-031-9/+9
| | | | | If lib->leak_detective is non-null some code parts (e.g. the plugin loader) assume LD is actually used.
* leak-detective: Use callback functions to report leaks and usage informationMartin Willi2013-11-061-7/+45
| | | | This is more flexible than printing reports to a FILE.
* leak-detective: set_state() only affects the calling threadMartin Willi2013-07-101-2/+1
| | | | | The only user (bfd backtraces) is fine with that, and we really should not mess the enable flag while doing allocations with other threads.
* Add getter for the number of leaks to leak_detective_tTobias Brunner2013-06-111-0/+7
|
* Add an external method to disable leak detective temporarlyMartin Willi2012-07-131-0/+8
|
* Added a leak detective method to report current memory usage with backtracesMartin Willi2011-05-161-0/+7
|
* Option to skip slow addr2line resolution in leak-detectiveMartin Willi2010-05-201-0/+9
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-3/+3
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-1/+1
|
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* separated backtrace functionality from leak_detective, used inMartin Willi2008-11-051-5/+0
| | | | | | leak_detective mutex profiling signal handler
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-12/+30
|
* introduced new logging subsystem using bus:Martin Willi2006-10-181-23/+1
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* extended statusall outputMartin Willi2006-09-211-0/+7
| | | | | added job/event-queue statistics added allocation statistics when using LEAK_DETECTIVE
* (no commit message)Martin Willi2006-05-101-0/+50