OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InterceptFunction
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/allocator/
type_profiler.h
16
typedef void*
InterceptFunction
(void*, size_t, const std::type_info&);
23
static void SetFunctions(
InterceptFunction
* new_intercept,
24
InterceptFunction
* delete_intercept);
type_profiler.cc
17
base::type_profiler::
InterceptFunction
* g_new_intercept = NopIntercept;
18
base::type_profiler::
InterceptFunction
* g_delete_intercept = NopIntercept;
38
void InterceptFunctions::SetFunctions(
InterceptFunction
* new_intercept,
39
InterceptFunction
* delete_intercept) {
Completed in 289 milliseconds