Planeshift
|
#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) |
typedef std::allocator<T>::pointer google_breakpad::PageStdAllocator< T >::pointer |
typedef std::allocator<T>::size_type google_breakpad::PageStdAllocator< T >::size_type |
google_breakpad::PageStdAllocator< T >::PageStdAllocator | ( | PageAllocator & | allocator | ) | [inline, explicit] |
google_breakpad::PageStdAllocator< T >::PageStdAllocator | ( | const PageStdAllocator< Other > & | other | ) | [inline] |
pointer google_breakpad::PageStdAllocator< T >::allocate | ( | size_type | n, |
const void * | = 0 |
||
) | [inline] |
void google_breakpad::PageStdAllocator< T >::deallocate | ( | pointer | , |
size_type | |||
) | [inline] |