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

  /external/chromium_org/tools/android/heap_profiler/
heap_profiler.h 60 uint32_t max_stack_traces; // The max number of items in |stack_traces|.
63 StacktraceEntry* stack_traces; // Start of the StacktraceEntry pool. member in struct:__anon122
heap_profiler.c 31 // | | | stack_traces
42 // static pools (i.e. stack_traces and allocs). The pools are treated as
76 static StacktraceEntry stack_traces[ST_ENTRIES_MAX]; variable
102 // If not found, create a new one from the stack_traces array and add it to
110 st = &stack_traces[stats->max_stack_traces];
377 stats->stack_traces = &stack_traces[0];
386 memset(stack_traces, 0, sizeof(StacktraceEntry) * stats->max_stack_traces);
heap_dump.c 148 (uintptr_t) alloc.st - (uintptr_t) stats.stack_traces) /
179 lseek_abs(mem_fd, (uintptr_t) stats.stack_traces);
heap_profiler_integrationtest.cc 86 const StacktraceEntry* st = &stats->stack_traces[i];
heap_profiler_unittest.cc 73 StacktraceEntry* st = &stats_.stack_traces[i];

Completed in 106 milliseconds