summaryrefslogtreecommitdiff
path: root/ace/Malloc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Malloc.cpp')
-rw-r--r--ace/Malloc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Malloc.cpp b/ace/Malloc.cpp
index 01c6353b5e7..ea23fb7f871 100644
--- a/ace/Malloc.cpp
+++ b/ace/Malloc.cpp
@@ -161,8 +161,8 @@ ACE_Control_Block::ACE_Name_Node::dump (void) const
#if defined (ACE_HAS_MALLOC_STATS)
ACE_Malloc_Stats::ACE_Malloc_Stats (void)
- : nblocks_ (0),
- nchunks_ (0),
+ : nchunks_ (0),
+ nblocks_ (0),
ninuse_ (0)
{
ACE_TRACE ("ACE_Malloc_Stats::ACE_Malloc_Stats");