Scroom 0.14-48-ga0fee447
Loading...
Searching...
No Matches
blockallocator.hh File Reference
#include <cstdint>
#include <list>
#include <memory>
#include <utility>
#include <scroom/interface.hh>
Include dependency graph for blockallocator.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Scroom::MemoryBlocks::Page
 
class  Scroom::MemoryBlocks::BlockInterface
 
class  Scroom::MemoryBlocks::BlockFactoryInterface
 

Namespaces

namespace  Scroom
 
namespace  Scroom::MemoryBlocks
 
namespace  Scroom::MemoryBlocks::RawPageData
 

Typedefs

using Scroom::MemoryBlocks::RawPageData::Ptr = std::shared_ptr< uint8_t >
 
using Scroom::MemoryBlocks::RawPageData::WeakPtr = std::weak_ptr< uint8_t >
 
using Scroom::MemoryBlocks::PageList = std::list< Page >
 

Functions

BlockFactoryInterface::Ptr Scroom::MemoryBlocks::getBlockFactoryInterface ()