summaryrefslogtreecommitdiff
path: root/ace/Malloc_T.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-10 17:49:21 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-10 17:49:21 +0000
commit6767e2124489831129b17903f2ab2f41f088e920 (patch)
treec78020b19bbb91e932bfef7bca6de159459c0cd4 /ace/Malloc_T.h
parentc6ed72edc1cc04cb737a23d4ebe777bcfc50b6f0 (diff)
downloadATCD-6767e2124489831129b17903f2ab2f41f088e920.tar.gz
.
Diffstat (limited to 'ace/Malloc_T.h')
-rw-r--r--ace/Malloc_T.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ace/Malloc_T.h b/ace/Malloc_T.h
index a565068e0c7..76e48919172 100644
--- a/ace/Malloc_T.h
+++ b/ace/Malloc_T.h
@@ -58,6 +58,13 @@ private:
template <class T, class ACE_LOCK>
class ACE_Cached_Allocator : public ACE_New_Allocator
{
+ // = TITLE
+ // Create a cached memory poll with <n_chunks> chunks each with
+ // sizeof (TYPE) size.
+ //
+ // = DESCRIPTION
+ // This class enables caching of dynamically allocated,
+ // fixed-sized classes.
public:
ACE_Cached_Allocator (size_t n_chunks);
// Create a cached memory poll with <n_chunks> chunks