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

/external/valgrind/main/coregrind/
H A Dm_mallocfree.c1186 UInt blockctr_sb_free, listno; local
1261 for (listno = 0; listno < N_MALLOC_LISTS; listno++) {
1262 list_min_pszB = listNo_to_pszB_min(listno);
1263 list_max_pszB = listNo_to_pszB_max(listno);
1264 b = a->freelist[listno];
1272 listno, b );
1280 listno, b, b_pszB, list_min_pszB, list_max_pszB );
1284 if (b == a->freelist[listno]) brea
[all...]

Completed in 64 milliseconds