5 #include "ace/config-all.h"
7 #if !defined (ACE_LACKS_PRAGMA_ONCE)
9 #endif /* ACE_LACKS_PRAGMA_ONCE */
11 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
13 ACE_END_VERSIONED_NAMESPACE_DECL
17 // Allocator Singleton.
20 static ACE_Allocator
*instance ();
21 // Returns static instance.
27 static ACE_Allocator
*instance_
;
31 #endif /* MY_MALLOC_H */