aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-27 14:53:12 -0700
committerGravatar GitHub <noreply@github.com>2017-04-27 14:53:12 -0700
commit4865c79548d4f83ebae4e10fbaf4c3ba10535c97 (patch)
treeff4cb871bc28d0f9f4a1577d1823539a432b085e /tools
parentaf4e8a7df172d9420b41e28dbf115249cea70b6d (diff)
parentbb4046cd771344f69b3268a86c48b01cd34a921d (diff)
Merge pull request #10613 from ctiller/framing_costs
Optimize framing a little
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/sanity/core_banned_functions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/sanity/core_banned_functions.py b/tools/run_tests/sanity/core_banned_functions.py
index c3c3cbec76..2387c5f1da 100755
--- a/tools/run_tests/sanity/core_banned_functions.py
+++ b/tools/run_tests/sanity/core_banned_functions.py
@@ -50,6 +50,7 @@ BANNED_EXCEPT = {
'grpc_os_error(': ['src/core/lib/iomgr/error.c'],
'grpc_wsa_error(': ['src/core/lib/iomgr/error.c'],
'grpc_log_if_error(': ['src/core/lib/iomgr/error.c'],
+ 'grpc_slice_malloc(': ['src/core/lib/slice/slice.c'],
}
errors = 0