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

/external/chromium_org/tools/android/heap_profiler/
H A Dheap_profiler.c159 static int allocs_tree_cmp(Alloc *alloc_1, Alloc *alloc_2) { argument
160 if (alloc_1->start < alloc_2->start)
162 if (alloc_1->start > alloc_2->start)

Completed in 783 milliseconds