HomeSort by relevance Sort by last modified time
    Searched refs:max_allocs (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/tools/android/heap_profiler/
heap_profiler.h 58 uint32_t max_allocs; // The max number of items in |allocs|. member in struct:__anon21035
heap_profiler.c 179 } else if (stats->max_allocs < ALLOCS_ENTRIES_MAX) {
180 alloc = &allocs[stats->max_allocs];
181 ++stats->max_allocs;
390 memset(allocs, 0, sizeof(Alloc) * stats->max_allocs);
heap_dump.c 129 for (i = 0; i < stats.max_allocs; ++i) {
heap_profiler_unittest.cc 43 for (uint32_t i = 0; i < stats_.max_allocs; ++i) {
64 for (uint32_t i = 0; i < stats_.max_allocs; ++i) {

Completed in 181 milliseconds