aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-16 17:00:38 -0700
committerGravatar GitHub <noreply@github.com>2017-03-16 17:00:38 -0700
commite0e809f9269585171665fe5d5a8e336fe0cf80df (patch)
treeb3bcec409786c9b8b65c856d2bdcdd70468547c9 /BUILD
parent1c154bf5afd5c4e391d56f4c144870a3ebd53d58 (diff)
parent06d4cbce2d8127e9942910830f78472cce13881e (diff)
Merge pull request #10135 from ctiller/call_arena
Use an arena for call allocations
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 5a2e7a72e9..d5a4873b0d 100644
--- a/BUILD
+++ b/BUILD
@@ -308,6 +308,7 @@ grpc_cc_library(
srcs = [
"src/core/lib/profiling/basic_timers.c",
"src/core/lib/profiling/stap_timers.c",
+ "src/core/lib/support/arena.c",
"src/core/lib/support/alloc.c",
"src/core/lib/support/avl.c",
"src/core/lib/support/backoff.c",
@@ -352,6 +353,7 @@ grpc_cc_library(
"src/core/lib/support/wrap_memcpy.c",
],
hdrs = [
+ "src/core/lib/support/arena.h",
"src/core/lib/profiling/timers.h",
"src/core/lib/support/backoff.h",
"src/core/lib/support/block_annotate.h",