|
LRez
v2.1
|
#include <robin_hood.h>
Public Member Functions | |
| BulkPoolAllocator () noexcept=default | |
| 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 |
| ~BulkPoolAllocator () 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 366 of file robin_hood.h.
|
defaultnoexcept |
|
inlinenoexcept |
Definition at line 371 of file robin_hood.h.
|
inlinenoexcept |
Definition at line 375 of file robin_hood.h.
|
inlinenoexcept |
Definition at line 398 of file robin_hood.h.
|
inlinenoexcept |
Definition at line 438 of file robin_hood.h.
|
inline |
Definition at line 416 of file robin_hood.h.
|
inlinenoexcept |
Definition at line 430 of file robin_hood.h.
|
inlinenoexcept |
Definition at line 382 of file robin_hood.h.
|
inlinenoexcept |
Definition at line 393 of file robin_hood.h.
|
inlinenoexcept |
Definition at line 403 of file robin_hood.h.
|
inlinenoexcept |
Definition at line 450 of file robin_hood.h.
1.8.17