diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-17 00:40:23 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-17 00:40:23 +0000 |
commit | cdaa50473d4305fca20da3227099dcb1de31c1b8 (patch) | |
tree | d3c48504214f87beeb823ccd977e8f0ca0f0bfe2 /ace/Malloc_T.h | |
parent | 655565f17014c6ffa30fcd70764e28fad8149ebf (diff) | |
download | ATCD-cdaa50473d4305fca20da3227099dcb1de31c1b8.tar.gz |
Help!
Diffstat (limited to 'ace/Malloc_T.h')
-rw-r--r-- | ace/Malloc_T.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Malloc_T.h b/ace/Malloc_T.h index dd2a9aae186..5dfe6be0ad3 100644 --- a/ace/Malloc_T.h +++ b/ace/Malloc_T.h @@ -126,6 +126,9 @@ 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. |