Werner Koch
2739834206
Add code to allow for late memory cleanup.
...
* common/init.c (mem_cleanup_item_t): New.
(run_mem_cleanup): New.
(_init_common_subsystems): Add an atexit for it.
(register_mem_cleanup_func): New.
* g10/kbnode.c (cleanup_registered): New.
(release_unused_nodes): New.
(alloc_node): Call register_mem_cleanup_func.
--
It is often time consuming to figure out whether still allocated
memory at process termination is fine (e.g. a cache) or a problem. To
help for that register_mem_cleanup_func may now be used to cleanup
such memory. The run time of the program will be longer; if that
turns out to be a problem we can change the code to only run in
debugging mode.
2013-03-20 09:50:17 +01:00
..
2011-03-03 12:40:54 +01:00
2011-08-10 14:11:30 +02:00
2013-02-21 20:27:20 +01:00
2013-02-12 14:19:12 +09:00
2011-02-08 21:11:19 +01:00
2011-03-08 12:23:59 +01:00
2013-02-12 14:19:12 +09:00
2011-12-01 11:09:02 +01:00
2011-09-20 09:54:27 +02:00
2011-02-04 12:57:53 +01:00
2011-02-04 12:57:53 +01:00
2011-02-04 12:57:53 +01:00
2011-02-04 12:57:53 +01:00
2012-06-05 19:29:22 +02:00
2011-09-20 09:54:27 +02:00
2012-06-05 19:29:22 +02:00
2013-01-08 09:43:21 +01:00
2011-04-28 10:51:14 +02:00
2012-06-05 19:29:22 +02:00
2012-06-05 19:29:22 +02:00
2007-07-04 19:49:40 +00:00
2013-01-08 09:43:21 +01:00
2011-02-04 12:57:53 +01:00
2011-09-20 19:24:52 +02:00
2013-01-08 09:43:21 +01:00
2013-02-12 19:17:42 +01:00
2011-02-04 12:57:53 +01:00
2012-12-27 15:04:42 +01:00
2012-06-05 19:29:22 +02:00
2012-12-20 12:37:01 +01:00
2013-03-20 09:50:17 +01:00
2013-01-08 14:46:06 +01:00
2013-02-12 19:17:42 +01:00
2012-06-05 19:29:22 +02:00
2013-02-21 20:35:10 +01:00
2011-03-03 13:01:03 +01:00
2012-05-24 10:13:39 +02:00
2012-06-05 19:29:22 +02:00
2010-04-23 11:36:59 +00:00
2011-01-10 14:30:17 +01:00
2013-01-08 09:43:21 +01:00
2013-01-30 12:00:29 +01:00
2012-06-05 19:29:22 +02:00
2012-12-27 15:04:42 +01:00
2011-02-04 12:57:53 +01:00
2012-06-05 19:29:22 +02:00
2012-06-05 19:29:22 +02:00
2000-07-31 08:04:16 +00:00
2013-02-12 19:17:42 +01:00
2011-02-04 12:57:53 +01:00
2011-02-04 12:57:53 +01:00
2011-07-18 10:57:33 +02:00
2013-02-21 20:35:10 +01:00
2012-06-05 19:29:22 +02:00
2010-04-23 11:36:59 +00:00
2012-12-19 11:21:26 +01:00
2011-06-13 14:54:40 +02:00
2011-02-02 17:40:32 +01:00
2012-06-05 19:29:22 +02:00
2011-02-04 12:57:53 +01:00
2013-02-12 19:17:42 +01:00
2000-07-31 08:04:16 +00:00
2013-01-08 09:43:21 +01:00
2011-02-04 12:57:53 +01:00
2008-12-12 08:54:50 +00:00
2012-05-08 18:18:32 +02:00
2013-01-30 12:00:29 +01:00
2012-08-24 09:44:33 +02:00
2011-08-10 14:11:30 +02:00
2013-02-07 20:37:58 +01:00
2011-02-04 12:57:53 +01:00
2011-09-20 19:24:52 +02:00
2011-02-04 12:57:53 +01:00
2012-06-05 19:29:22 +02:00
2012-06-05 19:29:22 +02:00
2012-01-20 16:50:42 -05:00
2007-11-19 16:03:50 +00:00
2013-01-08 09:43:21 +01:00
2012-01-20 16:50:42 -05:00
2012-06-05 19:29:22 +02:00