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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ace/Malloc_T.h b/ace/Malloc_T.h
index db31b148fa3..ada5fc23236 100644
--- a/ace/Malloc_T.h
+++ b/ace/Malloc_T.h
@@ -115,9 +115,6 @@ public:
/// Return a chunk of memory back to free list cache.
void free (void *);
- /// Return the number of chunks available in the cache.
- size_t pool_depth (void);
-
private:
/// Remember how we allocate the memory in the first place so
/// we can clear things up later.
@@ -180,9 +177,6 @@ public:
/// Return a chunk of memory back to free list cache.
void free (void *);
- /// Return the number of chunks available in the cache.
- size_t pool_depth (void);
-
private:
/// Remember how we allocate the memory in the first place so
/// we can clear things up later.