repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use override/default for RTPortableServer
[ACE_TAO.git]
/
ACE
/
ace
/
Malloc_Allocator.inl
blob
bb1fcffc0c1951da271ac6569fcc943055af05a5
1
// -*- C++ -*-
2
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
ACE_INLINE
5
ACE_Static_Allocator_Base::ACE_Static_Allocator_Base (char * buffer,
6
size_t size)
7
: buffer_ (buffer),
8
size_ (size),
9
offset_ (0)
10
{
11
}
12
13
ACE_END_VERSIONED_NAMESPACE_DECL