Home
last modified time | relevance | path

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

/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2846 #define treebin_at(M,i) (&((M)->treebins[i])) macro
3365 tbinptr* tb = treebin_at(m, i); in do_check_treebin()
3416 tchunkptr t = *treebin_at(m, tidx); in bin_find()
3664 H = treebin_at(M, I);\
3759 tbinptr* H = treebin_at(M, X->index);\
3946 *treebin_at(m, i) = 0; in reset_on_error()
4452 if ((t = *treebin_at(m, idx)) != 0) { in tmalloc_large()
4481 t = *treebin_at(m, i); in tmalloc_large()
4523 v = t = *treebin_at(m, i); in tmalloc_small()