summaryrefslogtreecommitdiff
path: root/ace/Malloc_Allocator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Malloc_Allocator.cpp')
-rw-r--r--ace/Malloc_Allocator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Malloc_Allocator.cpp b/ace/Malloc_Allocator.cpp
index 43827a958d7..2b6f170b5fa 100644
--- a/ace/Malloc_Allocator.cpp
+++ b/ace/Malloc_Allocator.cpp
@@ -125,7 +125,7 @@ ACE_Allocator::ACE_Allocator (void)
void
ACE_Static_Allocator_Base::dump (void) const
{
- ACE_TRACE ("ACE_Static_Allocator_Base::dump");
+ ACE_TRACE ("ACE_Static_Base_Allocator::dump");
ACE_DEBUG ((LM_DEBUG, ACE_BEGIN_DUMP, this));
ACE_DEBUG ((LM_DEBUG, ACE_LIB_TEXT ("\noffset_ = %d"), this->offset_));
@@ -148,7 +148,7 @@ ACE_Malloc_Stats::ACE_Malloc_Stats (void)
void
ACE_Malloc_Stats::dump (void) const
{
- ACE_TRACE ("ACE_Malloc_Stats::dump");
+ ACE_TRACE ("ACE_Malloc_Stats::print");
ACE_DEBUG ((LM_DEBUG, ACE_BEGIN_DUMP, this));
int nblocks = this->nblocks_.value ();