aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/sanity/core_banned_functions.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run_tests/sanity/core_banned_functions.py')
-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