summaryrefslogtreecommitdiff
path: root/ace/Malloc_Allocator.cpp
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-27 20:48:28 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-27 20:48:28 +0000
commit1f91ef90072d1703e75e519eb40678c55f71f2e4 (patch)
tree41ca1b5df67921f46f3cb4b73434c76c82006d06 /ace/Malloc_Allocator.cpp
parent3a7046470e4995d08cff64176cb6b97adaf30155 (diff)
downloadATCD-1f91ef90072d1703e75e519eb40678c55f71f2e4.tar.gz
ChangeLogTag:Sun Jul 27 20:19:48 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ace/Malloc_Allocator.cpp')
-rw-r--r--ace/Malloc_Allocator.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Malloc_Allocator.cpp b/ace/Malloc_Allocator.cpp
index 73885536cb9..79dfd969d19 100644
--- a/ace/Malloc_Allocator.cpp
+++ b/ace/Malloc_Allocator.cpp
@@ -148,6 +148,7 @@ ACE_New_Allocator::free (void *ptr)
void
ACE_Static_Allocator_Base::dump (void) const
{
+#if defined (ACE_HAS_DUMP)
ACE_TRACE ("ACE_Static_Allocator_Base::dump");
ACE_DEBUG ((LM_DEBUG, ACE_BEGIN_DUMP, this));
@@ -157,6 +158,7 @@ ACE_Static_Allocator_Base::dump (void) const
ACE_DEBUG ((LM_DEBUG, ACE_LIB_TEXT ("\n")));
ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP));
+#endif /* ACE_HAS_DUMP */
}