Searched refs:next_alloc (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/android/heap_profiler/
H A Dheap_profiler.c210 Alloc* next_alloc = RB_ROOT(&allocs_tree); local
213 // At the end of the loop next_alloc is either:
220 while (next_alloc != NULL) {
221 alloc = next_alloc;
223 next_alloc = RB_LEFT(alloc, rb_node);
225 next_alloc = RB_RIGHT(alloc, rb_node);
233 next_alloc = alloc;
234 while (next_alloc != NULL) {
235 alloc = next_alloc;
236 next_alloc
[all...]
/external/e2fsprogs/lib/blkid/
H A Dprobe.h595 __u32 next_alloc; member in struct:hfsplus_vol_header

Completed in 121 milliseconds