diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-20 22:53:49 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-20 22:53:49 +0000 |
commit | a2c044ea9363f445053317de8913887d1db05a14 (patch) | |
tree | 0de1d87f1db0ac7411f93ef8a71172bd0e019c93 /ace/Malloc.i | |
parent | dcf6bb9e58ba7a98dc54484e2dfe51961f7d8db4 (diff) | |
download | ATCD-a2c044ea9363f445053317de8913887d1db05a14.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Malloc.i')
-rw-r--r-- | ace/Malloc.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Malloc.i b/ace/Malloc.i index ba4b34d51b7..2b342124313 100644 --- a/ace/Malloc.i +++ b/ace/Malloc.i @@ -97,12 +97,12 @@ ACE_New_Allocator::protect (void *, size_t, int) return -1; } -#if defined (ACE_MALLOC_STATS) +#if defined (ACE_HAS_MALLOC_STATS) ACE_INLINE void ACE_New_Allocator::print_stats (void) const { } -#endif /* ACE_MALLOC_STATS */ +#endif /* ACE_HAS_MALLOC_STATS */ ACE_INLINE void ACE_New_Allocator::dump (void) const |