Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c2296 #define treebin_at(M,i) (&((M)->treebins[i])) macro
2755 tbinptr* tb = treebin_at(m, i); in do_check_treebin()
2806 tchunkptr t = *treebin_at(m, tidx); in bin_find()
3044 H = treebin_at(M, I);\
3139 tbinptr* H = treebin_at(M, X->index);\
3322 *treebin_at(m, i) = 0; in reset_on_error()
3733 if ((t = *treebin_at(m, idx)) != 0) { in tmalloc_large()
3763 t = *treebin_at(m, i); in tmalloc_large()
3806 v = t = *treebin_at(m, i); in tmalloc_small()
/external/libffi/src/
Ddlmalloc.c2291 #define treebin_at(M,i) (&((M)->treebins[i])) macro
2750 tbinptr* tb = treebin_at(m, i); in do_check_treebin()
2801 tchunkptr t = *treebin_at(m, tidx); in bin_find()
3039 H = treebin_at(M, I);\
3134 tbinptr* H = treebin_at(M, X->index);\
3317 *treebin_at(m, i) = 0; in reset_on_error()
3728 if ((t = *treebin_at(m, idx)) != 0) { in tmalloc_large()
3758 t = *treebin_at(m, i); in tmalloc_large()
3801 v = t = *treebin_at(m, i); in tmalloc_small()
/external/dlmalloc/
Dmalloc.c2833 #define treebin_at(M,i) (&((M)->treebins[i])) macro
3367 tbinptr* tb = treebin_at(m, i); in do_check_treebin()
3418 tchunkptr t = *treebin_at(m, tidx); in bin_find()
3668 H = treebin_at(M, I);\
3763 tbinptr* H = treebin_at(M, X->index);\
3950 *treebin_at(m, i) = 0; in reset_on_error()
4464 if ((t = *treebin_at(m, idx)) != 0) { in tmalloc_large()
4493 t = *treebin_at(m, i); in tmalloc_large()
4535 v = t = *treebin_at(m, i); in tmalloc_small()