#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 181 of file BlockWipedAllocator.h.
static BlockWipedAllocator& BlockWipedAllocated< T >::allocator | ( | ) | [inline, static] |
Definition at line 191 of file BlockWipedAllocator.h.
References BlockWipedPool::allocator(), and blockWipedPool().
Referenced by BlockWipedAllocated< T >::operator delete(), BlockWipedAllocated< T >::operator new(), and BlockWipedAllocated< T >::stat().
{ static BlockWipedAllocator & local = blockWipedPool().allocator(sizeof(T)); return local; }
static void BlockWipedAllocated< T >::operator delete | ( | void * | p | ) | [inline, static] |
Definition at line 187 of file BlockWipedAllocator.h.
References BlockWipedAllocated< T >::allocator(), and BlockWipedAllocator::dealloc().
static void* BlockWipedAllocated< T >::operator new | ( | size_t | ) | [inline, static] |
Definition at line 183 of file BlockWipedAllocator.h.
References BlockWipedAllocator::alloc(), and BlockWipedAllocated< T >::allocator().
static BlockWipedAllocator::Stat BlockWipedAllocated< T >::stat | ( | ) | [inline, static] |
Definition at line 197 of file BlockWipedAllocator.h.
References BlockWipedAllocated< T >::allocator(), and BlockWipedAllocator::stat().