Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Malloc_T.h File Reference

#include "ace/pre.h"
#include "ace/ACE.h"
#include "ace/Synch.h"
#include "ace/Malloc.h"
#include "ace/Malloc_Allocator.h"
#include "ace/Free_List.h"
#include "ace/post.h"

Include dependency graph for Malloc_T.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Compounds

class  ACE_Allocator_Adapter
 This class is an Adapter that allows the <ACE_Allocator> to use the <Malloc> class below. More...

class  ACE_Cached_Allocator
 Create a cached memory poll with <n_chunks> chunks each with sizeof (TYPE) size. More...

class  ACE_Cached_Mem_Pool_Node
 <ACE_Cached_Mem_Pool_Node> keeps unused memory within a free list. More...

class  ACE_Malloc
class  ACE_Malloc_FIFO_Iterator
class  ACE_Malloc_FIFO_Iterator_T
 FIFO iterator for names stored in Malloc'd memory. More...

class  ACE_Malloc_LIFO_Iterator
class  ACE_Malloc_LIFO_Iterator_T
 LIFO iterator for names stored in Malloc'd memory. More...

class  ACE_Malloc_T
 Define a C++ class that uses parameterized types to provide an extensible mechanism for encapsulating various of dynamic memory management strategies. More...

class  ACE_Static_Allocator
 Defines a class that provided a highly optimized memory management scheme for allocating memory statically. More...


Defines

#define ACE_Malloc_Iterator   ACE_Malloc_LIFO_Iterator

Detailed Description

Malloc_T.h,v 4.63 2001/04/25 08:37:56 nanbor Exp

Author:
Doug Schmidt and Irfan Pyarali

Define Documentation

#define ACE_Malloc_Iterator   ACE_Malloc_LIFO_Iterator
 


Generated on Sun Feb 17 16:57:32 2002 for ACE by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001