18#ifndef ATLALLOCATORS_ARENAALLOCATORCREATOR_H
19#define ATLALLOCATORS_ARENAALLOCATORCREATOR_H
48 virtual std::unique_ptr<ArenaAllocatorBase>
create() = 0;
Common base class for arena allocator classes.
Provide an interface for creating an arena Allocator.
virtual std::unique_ptr< ArenaAllocatorBase > create()=0
Create an allocator instance.
virtual ~ArenaAllocatorCreator()
Destructor.