CMS 3D CMS Logo

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

#include <BlockWipedAllocator.h>

Public Attributes

int alive
 
size_t blockSize
 
size_t currentAvailable
 
size_t currentOccupancy
 
size_t nBlocks
 
size_t totalAvailable
 
size_t typeSize
 

Detailed Description

Definition at line 63 of file BlockWipedAllocator.h.

Member Data Documentation

int BlockWipedAllocator::Stat::alive

Definition at line 70 of file BlockWipedAllocator.h.

size_t BlockWipedAllocator::Stat::blockSize

Definition at line 65 of file BlockWipedAllocator.h.

size_t BlockWipedAllocator::Stat::currentAvailable

Definition at line 67 of file BlockWipedAllocator.h.

size_t BlockWipedAllocator::Stat::currentOccupancy

Definition at line 66 of file BlockWipedAllocator.h.

size_t BlockWipedAllocator::Stat::nBlocks

Definition at line 69 of file BlockWipedAllocator.h.

size_t BlockWipedAllocator::Stat::totalAvailable

Definition at line 68 of file BlockWipedAllocator.h.

size_t BlockWipedAllocator::Stat::typeSize

Definition at line 64 of file BlockWipedAllocator.h.