OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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