Orocos Real-Time Toolkit  2.9.0
Classes | Public Types | Public Member Functions | List of all members
RTT::os::rt_allocator< T > Class Template Reference

A real-time malloc allocator which allocates every block with oro_rt_malloc() and deallocates with oro_rt_free(). More...

#include <rtt/os/oro_allocator.hpp>

Classes

struct  rebind
 

Public Types

typedef T value_type
 
typedef value_typepointer
 
typedef const value_typeconst_pointer
 
typedef value_typereference
 
typedef const value_typeconst_reference
 
typedef std::size_t size_type
 
typedef std::ptrdiff_t difference_type
 

Public Member Functions

pointer address (reference x) const
 
const_pointer address (const_reference x) const
 
pointer allocate (size_type n, const_pointer=0)
 
void deallocate (pointer p, size_type)
 
size_type max_size () const
 
void construct (pointer p, const value_type &x)
 
void destroy (pointer p)
 
 rt_allocator ()
 
 rt_allocator (const rt_allocator &)
 
 ~rt_allocator ()
 
template<class U >
 rt_allocator (const rt_allocator< U > &)
 
void operator= (const rt_allocator &)
 

Detailed Description

template<class T>
class RTT::os::rt_allocator< T >

A real-time malloc allocator which allocates every block with oro_rt_malloc() and deallocates with oro_rt_free().

This relies on the TLSF implementation.

Definition at line 251 of file oro_allocator.hpp.

Member Typedef Documentation

template<class T >
typedef const value_type* RTT::os::rt_allocator< T >::const_pointer

Definition at line 256 of file oro_allocator.hpp.

template<class T >
typedef const value_type& RTT::os::rt_allocator< T >::const_reference

Definition at line 258 of file oro_allocator.hpp.

template<class T >
typedef std::ptrdiff_t RTT::os::rt_allocator< T >::difference_type

Definition at line 260 of file oro_allocator.hpp.

template<class T >
typedef value_type* RTT::os::rt_allocator< T >::pointer

Definition at line 255 of file oro_allocator.hpp.

template<class T >
typedef value_type& RTT::os::rt_allocator< T >::reference

Definition at line 257 of file oro_allocator.hpp.

template<class T >
typedef std::size_t RTT::os::rt_allocator< T >::size_type

Definition at line 259 of file oro_allocator.hpp.

template<class T >
typedef T RTT::os::rt_allocator< T >::value_type

Definition at line 254 of file oro_allocator.hpp.

Constructor & Destructor Documentation

template<class T >
RTT::os::rt_allocator< T >::rt_allocator ( )
inline

Definition at line 293 of file oro_allocator.hpp.

template<class T >
RTT::os::rt_allocator< T >::rt_allocator ( const rt_allocator< T > &  )
inline

Definition at line 294 of file oro_allocator.hpp.

template<class T >
RTT::os::rt_allocator< T >::~rt_allocator ( )
inline

Definition at line 295 of file oro_allocator.hpp.

template<class T >
template<class U >
RTT::os::rt_allocator< T >::rt_allocator ( const rt_allocator< U > &  )
inline

Definition at line 297 of file oro_allocator.hpp.

Member Function Documentation

template<class T >
pointer RTT::os::rt_allocator< T >::address ( reference  x) const
inline

Definition at line 263 of file oro_allocator.hpp.

template<class T >
const_pointer RTT::os::rt_allocator< T >::address ( const_reference  x) const
inline

Definition at line 267 of file oro_allocator.hpp.

template<class T >
pointer RTT::os::rt_allocator< T >::allocate ( size_type  n,
const_pointer  = 0 
)
inline

Definition at line 271 of file oro_allocator.hpp.

References oro_rt_malloc.

template<class T >
void RTT::os::rt_allocator< T >::construct ( pointer  p,
const value_type x 
)
inline

Definition at line 286 of file oro_allocator.hpp.

template<class T >
void RTT::os::rt_allocator< T >::deallocate ( pointer  p,
size_type   
)
inline

Definition at line 278 of file oro_allocator.hpp.

References oro_rt_free.

template<class T >
void RTT::os::rt_allocator< T >::destroy ( pointer  p)
inline

Definition at line 290 of file oro_allocator.hpp.

template<class T >
size_type RTT::os::rt_allocator< T >::max_size ( ) const
inline

Definition at line 282 of file oro_allocator.hpp.

template<class T >
void RTT::os::rt_allocator< T >::operator= ( const rt_allocator< T > &  )
inline

Definition at line 298 of file oro_allocator.hpp.


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