Nav2 Navigation Stack - jazzy  jazzy
ROS 2 Navigation Stack
Public Member Functions | List of all members
robin_hood::detail::BulkPoolAllocator< T, MinNumAllocs, MaxNumAllocs > Class Template Reference

Public Member Functions

 BulkPoolAllocator (const BulkPoolAllocator &ROBIN_HOOD_UNUSED(o)) noexcept
 
 BulkPoolAllocator (BulkPoolAllocator &&o) noexcept
 
BulkPoolAllocatoroperator= (BulkPoolAllocator &&o) noexcept
 
BulkPoolAllocatoroperator= (const BulkPoolAllocator &ROBIN_HOOD_UNUSED(o)) noexcept
 
void reset () noexcept
 
T * allocate ()
 
void deallocate (T *obj) noexcept
 
void addOrFree (void *ptr, const size_t numBytes) noexcept
 
void swap (BulkPoolAllocator< T, MinNumAllocs, MaxNumAllocs > &other) noexcept
 

Detailed Description

template<typename T, size_t MinNumAllocs = 4, size_t MaxNumAllocs = 256>
class robin_hood::detail::BulkPoolAllocator< T, MinNumAllocs, MaxNumAllocs >

Definition at line 369 of file robin_hood.h.


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