Scroom 0.14-48-ga0fee447
Loading...
Searching...
No Matches
Scroom::MemoryBlocks Namespace Reference

Namespaces

namespace  Detail
 
namespace  RawPageData
 

Classes

class  BlockFactoryInterface
 
class  BlockInterface
 
class  Page
 

Typedefs

using PageList = std::list< Page >
 

Functions

BlockFactoryInterface::Ptr getBlockFactoryInterface ()
 

Typedef Documentation

◆ PageList

using Scroom::MemoryBlocks::PageList = typedef std::list<Page>

Function Documentation

◆ getBlockFactoryInterface()

BlockFactoryInterface::Ptr Scroom::MemoryBlocks::getBlockFactoryInterface ( )
113 {
114 static BlockFactoryInterface::Ptr const instance = Detail::SwapBasedBlockAllocatorFactory::create();
115 return instance;
116 }
std::shared_ptr< BlockFactoryInterface > Ptr
Definition blockallocator.hh:59
Here is the call graph for this function: