-
- Downloads
Merge pull request #10135 from ctiller/call_arena
Use an arena for call allocations
No related branches found
No related tags found
Showing
- BUILD 2 additions, 0 deletionsBUILD
- src/core/ext/census/grpc_filter.c 2 additions, 2 deletionssrc/core/ext/census/grpc_filter.c
- src/core/ext/client_channel/client_channel.c 20 additions, 6 deletionssrc/core/ext/client_channel/client_channel.c
- src/core/ext/client_channel/subchannel.c 25 additions, 8 deletionssrc/core/ext/client_channel/subchannel.c
- src/core/ext/client_channel/subchannel.h 16 additions, 2 deletionssrc/core/ext/client_channel/subchannel.h
- src/core/ext/load_reporting/load_reporting_filter.c 1 addition, 1 deletionsrc/core/ext/load_reporting/load_reporting_filter.c
- src/core/ext/transport/chttp2/transport/chttp2_transport.c 19 additions, 14 deletionssrc/core/ext/transport/chttp2/transport/chttp2_transport.c
- src/core/ext/transport/chttp2/transport/incoming_metadata.c 22 additions, 43 deletionssrc/core/ext/transport/chttp2/transport/incoming_metadata.c
- src/core/ext/transport/chttp2/transport/incoming_metadata.h 8 additions, 10 deletionssrc/core/ext/transport/chttp2/transport/incoming_metadata.h
- src/core/ext/transport/chttp2/transport/internal.h 1 addition, 1 deletionsrc/core/ext/transport/chttp2/transport/internal.h
- src/core/ext/transport/chttp2/transport/parsing.c 16 additions, 2 deletionssrc/core/ext/transport/chttp2/transport/parsing.c
- src/core/ext/transport/cronet/transport/cronet_transport.c 28 additions, 18 deletionssrc/core/ext/transport/cronet/transport/cronet_transport.c
- src/core/lib/channel/channel_stack.c 14 additions, 22 deletionssrc/core/lib/channel/channel_stack.c
- src/core/lib/channel/channel_stack.h 12 additions, 11 deletionssrc/core/lib/channel/channel_stack.h
- src/core/lib/channel/compress_filter.c 1 addition, 1 deletionsrc/core/lib/channel/compress_filter.c
- src/core/lib/channel/connected_channel.c 3 additions, 3 deletionssrc/core/lib/channel/connected_channel.c
- src/core/lib/channel/deadline_filter.c 1 addition, 1 deletionsrc/core/lib/channel/deadline_filter.c
- src/core/lib/channel/http_client_filter.c 1 addition, 1 deletionsrc/core/lib/channel/http_client_filter.c
- src/core/lib/channel/http_server_filter.c 1 addition, 1 deletionsrc/core/lib/channel/http_server_filter.c
- src/core/lib/channel/message_size_filter.c 1 addition, 1 deletionsrc/core/lib/channel/message_size_filter.c
Loading
Please register or sign in to comment