OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:heap_profiler_init
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/tools/android/heap_profiler/
heap_profiler.h
68
void
heap_profiler_init
(HeapStats* heap_stats);
heap_profiler_hooks_android.c
79
heap_profiler_init
(stats);
heap_profiler.c
14
// void
heap_profiler_init
(HeapStats*);
369
void
heap_profiler_init
(HeapStats* heap_stats) {
function
heap_profiler_unittest.cc
17
virtual void SetUp() OVERRIDE {
heap_profiler_init
(&stats_); }
Completed in 756 milliseconds