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

/external/dlmalloc/
H A Dmalloc.c2406 typedef struct malloc_tree_chunk* tchunkptr; typedef in typeref:struct:malloc_tree_chunk
2814 static void do_check_tree(mstate m, tchunkptr t);
3315 static void do_check_tree(mstate m, tchunkptr t) {
3316 tchunkptr head = 0;
3317 tchunkptr u = t;
3368 tchunkptr t = *tb;
3418 tchunkptr t = *treebin_at(m, tidx);
3425 tchunkptr u = t;
3427 if (u == (tchunkptr)x)
3674 X->parent = (tchunkptr)
[all...]
/external/libffi/src/
H A Ddlmalloc.c1872 typedef struct malloc_tree_chunk* tchunkptr; typedef in typeref:struct:malloc_tree_chunk
2274 static void do_check_tree(mstate m, tchunkptr t);
2698 static void do_check_tree(mstate m, tchunkptr t) {
2699 tchunkptr head = 0;
2700 tchunkptr u = t;
2751 tchunkptr t = *tb;
2801 tchunkptr t = *treebin_at(m, tidx);
2808 tchunkptr u = t;
2810 if (u == (tchunkptr)x)
3045 X->parent = (tchunkptr)
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c1877 typedef struct malloc_tree_chunk* tchunkptr; typedef in typeref:struct:malloc_tree_chunk
2279 static void do_check_tree(mstate m, tchunkptr t);
2703 static void do_check_tree(mstate m, tchunkptr t) {
2704 tchunkptr head = 0;
2705 tchunkptr u = t;
2756 tchunkptr t = *tb;
2806 tchunkptr t = *treebin_at(m, tidx);
2813 tchunkptr u = t;
2815 if (u == (tchunkptr)x)
3050 X->parent = (tchunkptr)
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c1877 typedef struct malloc_tree_chunk* tchunkptr; typedef in typeref:struct:malloc_tree_chunk
2279 static void do_check_tree(mstate m, tchunkptr t);
2703 static void do_check_tree(mstate m, tchunkptr t) {
2704 tchunkptr head = 0;
2705 tchunkptr u = t;
2756 tchunkptr t = *tb;
2806 tchunkptr t = *treebin_at(m, tidx);
2813 tchunkptr u = t;
2815 if (u == (tchunkptr)x)
3050 X->parent = (tchunkptr)
[all...]

Completed in 98 milliseconds