OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StackGeneratorFunction
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
heap-profiler.h
92
typedef int (*
StackGeneratorFunction
)(int skip_count, void** stack);
94
StackGeneratorFunction
callback);
/external/chromium_org/base/debug/
trace_event_memory.h
33
typedef int (*
StackGeneratorFunction
)(int skip_count, void** stack);
34
typedef void (*HeapProfilerStartFunction)(
StackGeneratorFunction
callback);
/external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profiler.cc
227
static
StackGeneratorFunction
stack_generator_function =
561
StackGeneratorFunction
callback) {
Completed in 164 milliseconds