HomeSort by relevance Sort by last modified time
    Searched full:g_new_intercept (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/base/allocator/
type_profiler.cc 17 base::type_profiler::InterceptFunction* g_new_intercept = NopIntercept; member in namespace:__anon3385
25 return g_new_intercept(ptr, size, type);
42 assert(g_new_intercept == NopIntercept);
45 g_new_intercept = new_intercept;
51 g_new_intercept = NopIntercept;
57 return g_new_intercept != NopIntercept || g_delete_intercept != NopIntercept;

Completed in 85 milliseconds