diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-22 05:10:33 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-22 05:10:33 +0000 |
commit | 2f5432a85a66c5f618cdaf8032f13be787311a31 (patch) | |
tree | 5ece8e95375cf7088ce6633c23421ceaaab9b039 /ace/Malloc_T.h | |
parent | 88aa3350698954b097db8533a892fb45f6e59149 (diff) | |
download | ATCD-2f5432a85a66c5f618cdaf8032f13be787311a31.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Malloc_T.h')
-rw-r--r-- | ace/Malloc_T.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Malloc_T.h b/ace/Malloc_T.h index 287117dac1f..37ba9ab7a21 100644 --- a/ace/Malloc_T.h +++ b/ace/Malloc_T.h @@ -262,7 +262,7 @@ 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; + ssize_t avail_chunks (size_t size) const; // Returns a count of the number of available chunks that can hold // <size> byte allocations. Function can be used to determine if you // have reached a water mark. This implies a fixed amount of allocated |