InterceptFunction   17 base/allocator/type_profiler.cc base::type_profiler::InterceptFunction* g_new_intercept = NopIntercept;
InterceptFunction   18 base/allocator/type_profiler.cc base::type_profiler::InterceptFunction* g_delete_intercept = NopIntercept;
InterceptFunction   38 base/allocator/type_profiler.cc void InterceptFunctions::SetFunctions(InterceptFunction* new_intercept,
InterceptFunction   39 base/allocator/type_profiler.cc                                       InterceptFunction* delete_intercept) {
InterceptFunction   23 base/allocator/type_profiler.h   static void SetFunctions(InterceptFunction* new_intercept,
InterceptFunction   24 base/allocator/type_profiler.h                            InterceptFunction* delete_intercept);