OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:magic_start
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/tools/android/heap_profiler/
heap_profiler.h
56
uint32_t
magic_start
; // The magic marker used to locate the stats mmap.
member in struct:__anon21035
heap_dump.c
97
if (stats.
magic_start
== HEAP_PROFILER_MAGIC_MARKER) {
heap_profiler_integrationtest.cc
65
EXPECT_EQ(HEAP_PROFILER_MAGIC_MARKER, stats->
magic_start
);
heap_profiler.c
375
stats->
magic_start
= HEAP_PROFILER_MAGIC_MARKER;
Completed in 169 milliseconds