Home
last modified time | relevance | path

Searched refs:liballoc (Results 1 – 1 of 1) sorted by relevance

/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DNativeHeapPanel.java372 public FillTableThread(LibraryAllocations liballoc, int m) { in FillTableThread() argument
373 mLibAlloc = liballoc; in FillTableThread()
1049 for (LibraryAllocations liballoc : mLibraryAllocations) {
1050 if (liballoc != null) {
1052 String lib = liballoc.getLibrary();
1054 item.setText(1, sFormatter.format(liballoc.getSize()));
1055 item.setText(2, sFormatter.format(liballoc.getCount()));
1065 LibraryAllocations liballoc = mLibraryAllocations.get(index);
1071 mFillTableThread = new FillTableThread(liballoc,
1072 liballoc.getAllocationSize());
[all …]