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

  /external/chromium_org/tools/android/heap_profiler/
heap_profiler.h 36 size_t alloc_bytes; member in struct:StacktraceEntry
heap_profiler.c 129 assert(st->alloc_bytes == 0);
318 assert(st->alloc_bytes >= freed_bytes);
319 st->alloc_bytes -= freed_bytes;
320 if (st->alloc_bytes == 0)
361 st->alloc_bytes += size;
heap_dump.c 189 if (st.alloc_bytes == 0)
192 dbg_counted_total_alloc_bytes += st.alloc_bytes;
198 printf("\"%"PRIx32"\":{\"l\": %zu, \"f\": [", i, st.alloc_bytes);
heap_profiler_integrationtest.cc 87 if (st->alloc_bytes == size && StackTraceContains(st, fn))
heap_profiler_unittest.cc 74 if (st->alloc_bytes == 0)
78 EXPECT_EQ(stacktrace_bytes_by_alloc[st], st->alloc_bytes);

Completed in 201 milliseconds