|
| size_t | count |
| |
| size_t | size |
| |
| boost::movelib::unique_ptr< uint8_t[]> | data |
| |
◆ SwapBasedBlockAllocator()
| Scroom::MemoryBlocks::Detail::SwapBasedBlockAllocator::SwapBasedBlockAllocator |
( |
size_t |
count, |
|
|
size_t |
size |
|
) |
| |
|
private |
55 ,
data(boost::movelib::make_unique<uint8_t[]>(count_ * size_))
Referenced by create().
◆ create()
| BlockInterface::Ptr Scroom::MemoryBlocks::Detail::SwapBasedBlockAllocator::create |
( |
size_t |
count, |
|
|
size_t |
size |
|
) |
| |
|
static |
◆ get()
| RawPageData::Ptr Scroom::MemoryBlocks::Detail::SwapBasedBlockAllocator::get |
( |
size_t |
id | ) |
|
|
overrideprotectedvirtual |
◆ getPages()
| PageList Scroom::MemoryBlocks::Detail::SwapBasedBlockAllocator::getPages |
( |
| ) |
|
|
overridevirtual |
◆ count
| size_t Scroom::MemoryBlocks::Detail::SwapBasedBlockAllocator::count |
|
private |
◆ data
| boost::movelib::unique_ptr<uint8_t[]> Scroom::MemoryBlocks::Detail::SwapBasedBlockAllocator::data |
|
private |
◆ size
| size_t Scroom::MemoryBlocks::Detail::SwapBasedBlockAllocator::size |
|
private |
The documentation for this class was generated from the following file: