Planeshift
google_breakpad::PageStdAllocator< T > Struct Template Reference

#include <memory.h>

Classes

struct  rebind
 

Public Types

typedef std::allocator< T >::pointer pointer
 
typedef std::allocator< T >::size_type size_type
 

Public Member Functions

pointer allocate (size_type n, const void *=0)
 
void deallocate (pointer, size_type)
 
 PageStdAllocator (PageAllocator &allocator)
 
template<class Other >
 PageStdAllocator (const PageStdAllocator< Other > &other)
 

Detailed Description

template<typename T>
struct google_breakpad::PageStdAllocator< T >

Definition at line 153 of file memory.h.

Member Typedef Documentation

template<typename T>
typedef std::allocator<T>::pointer google_breakpad::PageStdAllocator< T >::pointer

Definition at line 154 of file memory.h.

template<typename T>
typedef std::allocator<T>::size_type google_breakpad::PageStdAllocator< T >::size_type

Definition at line 155 of file memory.h.

Constructor & Destructor Documentation

template<typename T>
google_breakpad::PageStdAllocator< T >::PageStdAllocator ( PageAllocator allocator)
inlineexplicit

Definition at line 157 of file memory.h.

template<typename T>
template<class Other >
google_breakpad::PageStdAllocator< T >::PageStdAllocator ( const PageStdAllocator< Other > &  other)
inline

Definition at line 158 of file memory.h.

Member Function Documentation

template<typename T>
pointer google_breakpad::PageStdAllocator< T >::allocate ( size_type  n,
const void *  = 0 
)
inline

Definition at line 161 of file memory.h.

template<typename T>
void google_breakpad::PageStdAllocator< T >::deallocate ( pointer  ,
size_type   
)
inline

Definition at line 165 of file memory.h.


The documentation for this struct was generated from the following file: