CMS 3D CMS Logo

Static Public Member Functions

SizeBlockWipedAllocated< T > Class Template Reference

#include <BlockWipedAllocator.h>

List of all members.

Static Public Member Functions

static BlockWipedAllocatorallocator ()
static void operator delete (void *p)
static void * operator new (size_t)
static BlockWipedAllocator::Stat stat ()

Detailed Description

template<typename T>
class SizeBlockWipedAllocated< T >

Definition at line 286 of file BlockWipedAllocator.h.


Member Function Documentation

template<typename T >
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;
  }
template<typename T >
static void SizeBlockWipedAllocated< T >::operator delete ( void *  p) [inline, static]
template<typename T >
static void* SizeBlockWipedAllocated< T >::operator new ( size_t  ) [inline, static]
template<typename T >
static BlockWipedAllocator::Stat SizeBlockWipedAllocated< T >::stat ( ) [inline, static]