theCore C++ embedded framework
dummy_allocator< T > Struct Template Reference

Public Member Functions

T * allocate (size_t n)
 
void deallocate (T *p, size_t n)
 
template<typename U >
dummy_allocator< U > rebind () const
 
void assert_all_deleted ()
 
void clear ()
 

Member Function Documentation

◆ allocate()

template<typename T>
T* dummy_allocator< T >::allocate ( size_t  n)
inline

◆ deallocate()

template<typename T>
void dummy_allocator< T >::deallocate ( T *  p,
size_t  n 
)
inline
Here is the call graph for this function:

◆ rebind()

template<typename T>
template<typename U >
dummy_allocator< U > dummy_allocator< T >::rebind ( ) const
inline

◆ assert_all_deleted()

template<typename T>
void dummy_allocator< T >::assert_all_deleted ( )
inline
Here is the call graph for this function:

◆ clear()

template<typename T>
void dummy_allocator< T >::clear ( )
inline

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