CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Attributes
BlockWipedAllocator::Block Struct Reference

Public Attributes

std::size_t m_allocated
 
std::vector< unsigned char > m_data
 

Detailed Description

Definition at line 88 of file BlockWipedAllocator.h.

Member Data Documentation

std::size_t BlockWipedAllocator::Block::m_allocated

Definition at line 89 of file BlockWipedAllocator.h.

Referenced by BlockWipedAllocator::alloc().

std::vector<unsigned char> BlockWipedAllocator::Block::m_data

Definition at line 90 of file BlockWipedAllocator.h.

Referenced by BlockWipedAllocator::alloc().