#include <BlockWipedAllocator.h>
Static Public Member Functions | |
static BlockWipedAllocator & | allocator () |
static void | operator delete (void *p) |
static void * | operator new (size_t) |
static BlockWipedAllocator::Stat | stat () |
Definition at line 286 of file BlockWipedAllocator.h.
static BlockWipedAllocator& SizeBlockWipedAllocated< T >::allocator | ( | ) | [inline, static] |
Definition at line 296 of file BlockWipedAllocator.h.
Referenced by SizeBlockWipedAllocated< T >::operator delete(), SizeBlockWipedAllocated< T >::operator new(), and SizeBlockWipedAllocated< T >::stat().
{ static BlockWipedAllocator & local = blockWipedAllocator<sizeof(T)>(); return local; }
static void SizeBlockWipedAllocated< T >::operator delete | ( | void * | p | ) | [inline, static] |
Definition at line 292 of file BlockWipedAllocator.h.
References SizeBlockWipedAllocated< T >::allocator(), and BlockWipedAllocator::dealloc().
static void* SizeBlockWipedAllocated< T >::operator new | ( | size_t | ) | [inline, static] |
Definition at line 288 of file BlockWipedAllocator.h.
References BlockWipedAllocator::alloc(), and SizeBlockWipedAllocated< T >::allocator().
static BlockWipedAllocator::Stat SizeBlockWipedAllocated< T >::stat | ( | ) | [inline, static] |
Definition at line 302 of file BlockWipedAllocator.h.
References SizeBlockWipedAllocated< T >::allocator(), and BlockWipedAllocator::stat().