#include <BlockWipedAllocator.h>
Public Attributes | |
int | alive |
size_t | blockSize |
size_t | currentAvailable |
size_t | currentOccupancy |
size_t | nBlocks |
std::ptrdiff_t | totalAvailable |
size_t | typeSize |
Definition at line 72 of file BlockWipedAllocator.h.
int BlockWipedAllocator::Stat::alive |
Definition at line 79 of file BlockWipedAllocator.h.
size_t BlockWipedAllocator::Stat::blockSize |
Definition at line 74 of file BlockWipedAllocator.h.
size_t BlockWipedAllocator::Stat::currentAvailable |
Definition at line 76 of file BlockWipedAllocator.h.
size_t BlockWipedAllocator::Stat::currentOccupancy |
Definition at line 75 of file BlockWipedAllocator.h.
size_t BlockWipedAllocator::Stat::nBlocks |
Definition at line 78 of file BlockWipedAllocator.h.
std::ptrdiff_t BlockWipedAllocator::Stat::totalAvailable |
Definition at line 77 of file BlockWipedAllocator.h.
size_t BlockWipedAllocator::Stat::typeSize |
Definition at line 73 of file BlockWipedAllocator.h.