diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-11-25 00:25:00 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-11-25 00:25:00 +0000 |
commit | f4cdd5f083e6c34088e5e09d962da09bf8a54d05 (patch) | |
tree | 5ae4d9e45c80abda791637e40b58e9fe81edfb08 /examples/Shared_Malloc | |
parent | a44a24b241916dc24bce0d8af7d2f17b78d49112 (diff) | |
download | ATCD-f4cdd5f083e6c34088e5e09d962da09bf8a54d05.tar.gz |
ChangeLogTag:Wed Nov 24 14:41:14 1999 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'examples/Shared_Malloc')
-rw-r--r-- | examples/Shared_Malloc/test_malloc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Shared_Malloc/test_malloc.cpp b/examples/Shared_Malloc/test_malloc.cpp index 29fbf609cc9..b3dcb83eafd 100644 --- a/examples/Shared_Malloc/test_malloc.cpp +++ b/examples/Shared_Malloc/test_malloc.cpp @@ -34,7 +34,7 @@ malloc_recurse (int count) if (Options::instance ()->debug ()) // Note that you'll need to #define ACE_HAS_MALLOC_STATS in // the main ACE config.h file and remake ACE to enable this. - AMS (Malloc::instance ()->print_stats ()); + ACE_MALLOC_STATS (Malloc::instance ()->print_stats ()); } else { |