summaryrefslogtreecommitdiff
path: root/ace/Malloc_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Malloc_T.h')
-rw-r--r--ace/Malloc_T.h2
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