Searched defs:stack_traces (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/android/heap_profiler/
H A Dheap_profiler.h60 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:__anon16417
H A Dheap_profiler.c31 // | | | 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);

Completed in 126 milliseconds