Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c1878 typedef struct malloc_tree_chunk* tbinptr; /* The type of bins of trees */ typedef
2085 tbinptr treebins[NTREEBINS];
2733 *((tbinptr*)(u->parent)) == u); in do_check_tree()
2755 tbinptr* tb = treebin_at(m, i); in do_check_treebin()
3041 tbinptr* H;\
3139 tbinptr* H = treebin_at(M, X->index);\
/external/libffi/src/
Ddlmalloc.c1873 typedef struct malloc_tree_chunk* tbinptr; /* The type of bins of trees */ typedef
2080 tbinptr treebins[NTREEBINS];
2728 *((tbinptr*)(u->parent)) == u); in do_check_tree()
2750 tbinptr* tb = treebin_at(m, i); in do_check_treebin()
3036 tbinptr* H;\
3134 tbinptr* H = treebin_at(M, X->index);\
/external/dlmalloc/
Dmalloc.c2407 typedef struct malloc_tree_chunk* tbinptr; /* The type of bins of trees */ typedef
2591 tbinptr treebins[NTREEBINS];
3345 *((tbinptr*)(u->parent)) == u); in do_check_tree()
3367 tbinptr* tb = treebin_at(m, i); in do_check_treebin()
3665 tbinptr* H;\
3763 tbinptr* H = treebin_at(M, X->index);\