Nav2 Navigation Stack - kilted
kilted
ROS 2 Navigation Stack
|
Public Member Functions | |
BulkPoolAllocator (const BulkPoolAllocator &ROBIN_HOOD_UNUSED(o)) noexcept | |
BulkPoolAllocator (BulkPoolAllocator &&o) noexcept | |
BulkPoolAllocator & | operator= (BulkPoolAllocator &&o) noexcept |
BulkPoolAllocator & | operator= (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 |
Definition at line 369 of file robin_hood.h.