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

/external/valgrind/main/coregrind/
H A Dm_mallocfree.c982 UInt pszB_to_listNo ( SizeT pszB ) function
1056 while (pszB_to_listNo(pszB) < i)
1492 vg_assert(b_lno == pszB_to_listNo(pszB));
1630 for (lno = pszB_to_listNo(req_pszB); lno < N_MALLOC_LISTS; lno++) {
1702 lno = pszB_to_listNo(bszB_to_pszB(a, new_sb->n_payload_bytes));
1731 pszB_to_listNo(bszB_to_pszB(a, frag_bszB)));
1848 b_listno = pszB_to_listNo(b_pszB);
1905 b_listno = pszB_to_listNo(b_pszB);
1924 pszB_to_listNo(bszB_to_pszB(a,other_bszB)) );
1926 b_listno = pszB_to_listNo(bszB_to_psz
[all...]

Completed in 78 milliseconds