OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_allocs
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/tools/android/heap_profiler/
heap_profiler_unittest.cc
81
EXPECT_EQ(allocs_seen, stats_.
num_allocs
);
93
EXPECT_EQ(2, stats_.
num_allocs
);
107
EXPECT_EQ(3, stats_.
num_allocs
);
120
EXPECT_EQ(0, stats_.
num_allocs
);
142
EXPECT_EQ(2, stats_.
num_allocs
);
162
EXPECT_EQ(0, stats_.
num_allocs
);
175
EXPECT_EQ(1, stats_.
num_allocs
);
188
EXPECT_EQ(0, stats_.
num_allocs
);
203
EXPECT_EQ(1, stats_.
num_allocs
);
226
EXPECT_EQ(4, stats_.
num_allocs
);
[
all
...]
heap_profiler.h
57
uint32_t
num_allocs
; // The total number of allocation entries present.
member in struct:__anon21035
heap_dump.c
10
// "
num_allocs
": 37542, # Number of allocations.
117
printf(" \"
num_allocs
\": %"PRIu32",\n", stats.
num_allocs
);
161
if (pedantic && dbg_counted_allocs != stats.
num_allocs
) {
164
dbg_counted_allocs, stats.
num_allocs
);
heap_profiler.c
192
++stats->
num_allocs
;
282
--stats->
num_allocs
;
/external/chromium_org/tools/memory_inspector/memory_inspector/backends/
android_backend_unittest.py
45
"
num_allocs
": 2,
Completed in 133 milliseconds