mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
r16879@catbus: nickm | 2007-11-30 14:07:05 -0500
Log *useful* information from dmalloc. (Unfreed pointers, not total of freed and unfreed). svn:r12616
This commit is contained in:
parent
fa2c3a73e4
commit
6fe70f4c69
@ -240,8 +240,11 @@ tor_log_mallinfo(int severity)
|
||||
(void)severity;
|
||||
#endif
|
||||
#ifdef USE_DMALLOC
|
||||
dmalloc_log_stats();
|
||||
// too wordy dmalloc_log_unfreed();
|
||||
dmalloc_log_changed(0, /* Since the program started. */
|
||||
1, /* Log info about non-freed pointers. */
|
||||
0, /* Do not log info about freed pointers. */
|
||||
0 /* Do not log individual pointers. */
|
||||
);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user