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 | 6251c750398f5e7e5ec36275d2d34cc7b341d55f (patch) | |
tree | 0de1d87f1db0ac7411f93ef8a71172bd0e019c93 /ace/Malloc_T.h | |
parent | ea6f3c5a06cd31171f726105c376c34274d6eece (diff) | |
download | ATCD-6251c750398f5e7e5ec36275d2d34cc7b341d55f.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Malloc_T.h')
-rw-r--r-- | ace/Malloc_T.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Malloc_T.h b/ace/Malloc_T.h index 1f0926741b2..65203da9df3 100644 --- a/ace/Malloc_T.h +++ b/ace/Malloc_T.h @@ -187,10 +187,10 @@ public: ALLOCATOR &alloc (void); // Returns the underlying allocator. -#if defined (ACE_MALLOC_STATS) +#if defined (ACE_HAS_MALLOC_STATS) virtual void print_stats (void) const; // Dump statistics of how malloc is behaving. -#endif /* ACE_MALLOC_STATS */ +#endif /* ACE_HAS_MALLOC_STATS */ virtual void dump (void) const; // Dump the state of the object. @@ -335,10 +335,10 @@ public: // @return function returns the number of chunks of the given size // that would fit in the currently allocated memory. -#if defined (ACE_MALLOC_STATS) +#if defined (ACE_HAS_MALLOC_STATS) void print_stats (void) const; // Dump statistics of how malloc is behaving. -#endif /* ACE_MALLOC_STATS */ +#endif /* ACE_HAS_MALLOC_STATS */ void dump (void) const; // Dump the state of an object. |