CMS 3D CMS Logo

Static Public Member Functions

BlockWipedAllocated< 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 s)
static void * operator new (size_t s, void *p)
static BlockWipedAllocator::Stat stat ()

Detailed Description

template<typename T>
class BlockWipedAllocated< T >

Definition at line 194 of file BlockWipedAllocator.h.


Member Function Documentation

template<typename T>
static BlockWipedAllocator& BlockWipedAllocated< T >::allocator ( ) [inline, static]
template<typename T>
static void BlockWipedAllocated< T >::operator delete ( void *  p) [inline, static]

Definition at line 201 of file BlockWipedAllocator.h.

template<typename T>
static void* BlockWipedAllocated< T >::operator new ( size_t  s) [inline, static]
template<typename T>
static void* BlockWipedAllocated< T >::operator new ( size_t  s,
void *  p 
) [inline, static]

Definition at line 207 of file BlockWipedAllocator.h.

                                                 {
    return p;
}
template<typename T>
static BlockWipedAllocator::Stat BlockWipedAllocated< T >::stat ( ) [inline, static]

Definition at line 218 of file BlockWipedAllocator.h.

                                        {
    return allocator().stat();
  }