class RpcAllocatorState
Defined at line 26 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/message_allocator.h
NOTE: This is an API for advanced users who need custom allocators.
Per rpc struct for the allocator. This is the interface to return to user.
Public Methods
void ~RpcAllocatorState ()
Defined at line 28 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/message_allocator.h
void FreeRequest ()
Optionally deallocate request early to reduce the size of working set.
A custom MessageAllocator needs to be registered to make use of this.
This is not abstract because implementing it is optional.
Defined at line 32 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/message_allocator.h