00001 // -*- C++ -*- 00002 // 00003 // $Id: Malloc_Allocator.inl 69051 2005-10-28 16:14:56Z ossama $ 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