Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Public Member Functions | List of all members
rsimpl::small_heap< T, C > Class Template Reference

#include <types.h>

Public Member Functions

 small_heap ()
 
T * allocate ()
 
void deallocate (T *item)
 
void stop_allocation ()
 
void wait_until_empty ()
 

Constructor & Destructor Documentation

template<class T, int C>
rsimpl::small_heap< T, C >::small_heap ( )
inline

Member Function Documentation

template<class T, int C>
T* rsimpl::small_heap< T, C >::allocate ( )
inline
template<class T, int C>
void rsimpl::small_heap< T, C >::deallocate ( T *  item)
inline
template<class T, int C>
void rsimpl::small_heap< T, C >::stop_allocation ( )
inline
template<class T, int C>
void rsimpl::small_heap< T, C >::wait_until_empty ( )
inline

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