#include <slice_allocator.h>
◆ SliceAllocatorFactory() [1/3]
grpc_event_engine::experimental::SliceAllocatorFactory::SliceAllocatorFactory |
( |
grpc_resource_quota * |
quota | ) |
|
|
explicit |
◆ SliceAllocatorFactory() [2/3]
grpc_event_engine::experimental::SliceAllocatorFactory::SliceAllocatorFactory |
( |
SliceAllocatorFactory & |
other | ) |
|
|
delete |
◆ SliceAllocatorFactory() [3/3]
grpc_event_engine::experimental::SliceAllocatorFactory::SliceAllocatorFactory |
( |
SliceAllocatorFactory && |
other | ) |
|
|
noexcept |
◆ ~SliceAllocatorFactory()
grpc_event_engine::experimental::SliceAllocatorFactory::~SliceAllocatorFactory |
( |
| ) |
|
◆ CreateSliceAllocator()
SliceAllocator grpc_event_engine::experimental::SliceAllocatorFactory::CreateSliceAllocator |
( |
absl::string_view |
peer_name | ) |
|
On Endpoint creation, call CreateSliceAllocator with the name of the endpoint peer (a URI string, most likely).
Note: peer_name must outlive the Endpoint.
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following files: