|
Scroom 0.14-48-ga0fee447
|
#include <blockallocator.hh>


Public Types | |
| using | Ptr = std::shared_ptr< BlockFactoryInterface > |
Public Member Functions | |
| virtual BlockInterface::Ptr | create (size_t count, size_t size)=0 |
Additional Inherited Members | |
Private Member Functions inherited from Interface | |
| Interface ()=default | |
| Interface (const Interface &)=delete | |
| Interface & | operator= (const Interface &)=delete |
| Interface (Interface &&)=delete | |
| Interface & | operator= (Interface &&)=delete |
| virtual | ~Interface ()=default |
| using Scroom::MemoryBlocks::BlockFactoryInterface::Ptr = std::shared_ptr<BlockFactoryInterface> |
|
pure virtual |
Implemented in Scroom::MemoryBlocks::Detail::SwapBasedBlockAllocatorFactory.