OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetStatsFunction
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/base/allocator/
allocator_extension_thunks.h
23
typedef void (*
GetStatsFunction
)(char* buffer, int buffer_length);
24
void SetGetStatsFunction(
GetStatsFunction
get_stats_function);
25
GetStatsFunction
GetGetStatsFunction();
allocator_extension_thunks.cc
21
static
GetStatsFunction
g_get_stats_function = NULL;
33
void SetGetStatsFunction(
GetStatsFunction
get_stats_function) {
37
GetStatsFunction
GetGetStatsFunction() {
allocator_extension.cc
21
thunks::
GetStatsFunction
get_stats_function = thunks::GetGetStatsFunction();
42
void SetGetStatsFunction(thunks::
GetStatsFunction
get_stats_function) {
44
reinterpret_cast<thunks::
GetStatsFunction
>(NULL));
allocator_extension.h
51
thunks::
GetStatsFunction
get_stats_function);
Completed in 136 milliseconds