An STL-compatible allocator backed by the io_uring arena.
Declared in <folly/memory/IoUringArena.h>
template<typename T>
class CxxIoUringAllocator;
| Name | Description |
|---|---|
value_type | The type of object allocated by this allocator. |
| Name | Description |
|---|---|
CxxIoUringAllocator [constructor] | Constructors |
allocate | Allocates storage for n objects from the arena. |
deallocate | Frees storage previously allocated from the arena. |
| Name | Description |
|---|---|
folly::operator!= | Compares two allocators for inequality. |
folly::operator== | Compares two allocators for equality. |
| Name | Description |
|---|---|
| T | The type of object to allocate. |