summaryrefslogtreecommitdiff
path: root/ace/Malloc_Allocator.inl
blob: 7ec860c8591a5f68feac661beb6a2c846bd5eb93 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* -*- C++ -*- */
// $Id$

ACE_INLINE
ACE_Static_Allocator_Base::ACE_Static_Allocator_Base (char *buffer,
                                                      size_t size)
  : buffer_ (buffer),
    size_ (size),
    offset_ (0)
{
}