ACE 8.0.0
|
#include "ace/os_include/sys/os_types.h"
#include "ace/os_include/sys/os_mman.h"
#include <limits>
#include <new>
Classes | |
class | ACE_Allocator |
Interface for a dynamic memory allocator that uses inheritance and dynamic binding to provide extensible mechanisms for allocating and deallocating memory. More... | |
class | ACE_Allocator_Std_Adapter< T > |
Model of std::allocator that forwards requests to. More... | |
struct | ACE_Allocator_Std_Adapter< T >::rebind< U > |
Functions | |
template<typename T , typename U > | |
bool | operator== (const ACE_Allocator_Std_Adapter< T > &, const ACE_Allocator_Std_Adapter< U > &) |
template<typename T , typename U > | |
bool | operator!= (const ACE_Allocator_Std_Adapter< T > &, const ACE_Allocator_Std_Adapter< U > &) |
bool operator!= | ( | const ACE_Allocator_Std_Adapter< T > & | , |
const ACE_Allocator_Std_Adapter< U > & | ) |
bool operator== | ( | const ACE_Allocator_Std_Adapter< T > & | , |
const ACE_Allocator_Std_Adapter< U > & | ) |