Malloc_Allocator.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Malloc_Allocator.inl,v 4.3 2005/10/28 16:14:53 ossama Exp
00004 
00005 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 ACE_INLINE
00008 ACE_Static_Allocator_Base::ACE_Static_Allocator_Base (char * buffer,
00009                                                       size_t size)
00010   : buffer_ (buffer),
00011     size_ (size),
00012     offset_ (0)
00013 {
00014 }
00015 
00016 ACE_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 09:41:54 2006 for ACE by doxygen 1.3.6