We are currently using a C++ grpc server implementation and would like to make use of arena for memory allocations. We have enabled arena on our protobufs following the steps mentioned in https://developers.google.com/protocol-buffers/docs/reference/arenas and I see that the generated files have the logic to use Arena. But when the RPCs are called I see that the protobuf request and response objects were not allocated using arena. This results in Arena being unused completely. How do I force grpc to make use of Arena for memory allocations?
-- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/7103263f-ff82-4950-98d5-15fe5f03703b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
