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

/external/valgrind/main/coregrind/
H A Dm_mallocfree.c1840 UInt b_listno; local
1848 b_listno = pszB_to_listNo(b_pszB);
1849 unlinkBlock( a, b, b_listno );
1869 UInt b_listno; local
1905 b_listno = pszB_to_listNo(b_pszB);
1906 mkFreeBlock( a, b, b_bszB, b_listno );
1922 unlinkBlock( a, b, b_listno );
1926 b_listno = pszB_to_listNo(bszB_to_pszB(a, b_bszB));
1927 mkFreeBlock( a, b, b_bszB, b_listno );
1946 unlinkBlock( a, b, b_listno );
[all...]

Completed in 76 milliseconds