$search
#include "free_list.h"
#include <ros/assert.h>
#include <ros/atomic.h>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Classes | |
struct | lockfree::ObjectPool< T >::Deleter |
class | lockfree::ObjectPool< T > |
A fixed-count lock-free pool of the same type of object. Supports both bare- and shared-pointer allocation. More... | |
struct | lockfree::detail::SPAllocator< T >::rebind< U > |
struct | lockfree::detail::SPAllocator< void >::rebind< U > |
class | lockfree::detail::SPAllocator< T > |
class | lockfree::detail::SPAllocator< void > |
struct | lockfree::detail::SPStorage |
Namespaces | |
namespace | lockfree |
namespace | lockfree::detail |