#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 |
Definition at line 63 of file BlockWipedAllocator.h.
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.