diff options
author | Craig Tiller <ctiller@google.com> | 2017-04-27 14:53:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-27 14:53:12 -0700 |
commit | 4865c79548d4f83ebae4e10fbaf4c3ba10535c97 (patch) | |
tree | ff4cb871bc28d0f9f4a1577d1823539a432b085e /tools | |
parent | af4e8a7df172d9420b41e28dbf115249cea70b6d (diff) | |
parent | bb4046cd771344f69b3268a86c48b01cd34a921d (diff) |
Merge pull request #10613 from ctiller/framing_costs
Optimize framing a little
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run_tests/sanity/core_banned_functions.py | 1 |
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 |