diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-18 03:51:37 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-18 03:51:37 +0000 |
commit | a0a5ab621183f0511113fdc1e52f8a59b6a09be3 (patch) | |
tree | 489def2dac3b00b5d510d0c248b53367ce3b0364 /ace/Malloc_T.h | |
parent | ce1286e8df11451a6d016fa34e00727831dc5637 (diff) | |
download | ATCD-a0a5ab621183f0511113fdc1e52f8a59b6a09be3.tar.gz |
whoopie!!
whoopie, more new stuff, more things will break!!
Diffstat (limited to 'ace/Malloc_T.h')
-rw-r--r-- | ace/Malloc_T.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ace/Malloc_T.h b/ace/Malloc_T.h index 5dfe6be0ad3..7573a05fba7 100644 --- a/ace/Malloc_T.h +++ b/ace/Malloc_T.h @@ -126,9 +126,6 @@ public: // Change the protection of the pages of the mapped region to <prot> // starting at <addr> up to <len> bytes. - size_t avail_chunks (const size_t size) const; - // Returns a count of the number of available chunks. - ALLOCATOR &alloc (void); // Returns the underlying allocator. @@ -265,6 +262,10 @@ public: // Change the protection of the pages of the mapped region to <prot> // starting at <addr> up to <len> bytes. + size_t avail_chunks (size_t size) const; + // Returns a count of the number of available chunks that can hold + // <size> byte allocations. + #if defined (ACE_MALLOC_STATS) void print_stats (void); // Dump statistics of how malloc is behaving. |