OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_stats_function
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/base/allocator/
allocator_extension.cc
21
thunks::GetStatsFunction
get_stats_function
= thunks::GetGetStatsFunction();
local
22
if (
get_stats_function
)
23
get_stats_function
(buffer, buffer_length);
42
void SetGetStatsFunction(thunks::GetStatsFunction
get_stats_function
) {
45
thunks::SetGetStatsFunction(
get_stats_function
);
allocator_extension_thunks.cc
33
void SetGetStatsFunction(GetStatsFunction
get_stats_function
) {
34
g_get_stats_function =
get_stats_function
;
allocator_extension.h
51
thunks::GetStatsFunction
get_stats_function
);
allocator_extension_thunks.h
24
void SetGetStatsFunction(GetStatsFunction
get_stats_function
);
Completed in 131 milliseconds