Skip to content

Commit

Permalink
add hierarchy_.size () for dump API
Browse files Browse the repository at this point in the history
  • Loading branch information
smithAchang committed Sep 18, 2023
1 parent 1e1862d commit 0f26ecb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ACE/ace/Malloc_T.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ ACE_Cascaded_Dynamic_Cached_Allocator<ACE_LOCK>::dump () const
ACELIB_DEBUG ((LM_DEBUG, ACE_BEGIN_DUMP, this));
ACELIB_DEBUG ((LM_DEBUG, ACE_TEXT ("initial_n_chunks_ = %u\n"), this->initial_n_chunks_));
ACELIB_DEBUG ((LM_DEBUG, ACE_TEXT ("chunk_size_ = %u\n"), this->chunk_size_));
ACELIB_DEBUG ((LM_DEBUG, ACE_TEXT ("hierarchy_ size = %u\n"), this->hierarchy_.size ()));

for (size_t c = 0;
c < hierarchy_.size ();
Expand Down

0 comments on commit 0f26ecb

Please sign in to comment.