diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-04-09 21:21:21 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-04-09 21:21:21 +0000 |
commit | 49f429132a0d41ef6d6d58dec4fb735c5decc5a5 (patch) | |
tree | d764369ec52fd77727d164e21e8ec072ebd0180e /ace/Malloc_T.cpp | |
parent | 7fde5f76146c6c3aed3f0a302192ef0e32cf2b12 (diff) | |
download | ATCD-49f429132a0d41ef6d6d58dec4fb735c5decc5a5.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Malloc_T.cpp')
-rw-r--r-- | ace/Malloc_T.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ace/Malloc_T.cpp b/ace/Malloc_T.cpp index 891ad39fd7f..b885101abd8 100644 --- a/ace/Malloc_T.cpp +++ b/ace/Malloc_T.cpp @@ -657,17 +657,4 @@ ACE_Malloc_Iterator<ACE_MEM_POOL_2, ACE_LOCK>::advance (void) return this->curr_ != 0; } -template <size_t POOL_SIZE> void -ACE_Static_Allocator<POOL_SIZE>::dump (void) const -{ - ACE_TRACE ("ACE_Static_Allocator<POOL_SIZE>::dump"); - - ACE_DEBUG ((LM_DEBUG, ACE_BEGIN_DUMP, this)); - ACE_DEBUG ((LM_DEBUG, ASYS_TEXT ("\noffset_ = %d\n"), this->offset_)); - ACE_HEX_DUMP ((LM_DEBUG, this->pool_, POOL_SIZE)); - ACE_DEBUG ((LM_DEBUG, ASYS_TEXT ("\n"))); - - ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP)); -} - #endif /* ACE_MALLOC_T_C */ |