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

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1861 typedef struct malloc_tree_chunk* tchunkptr; typedef in typeref:struct:malloc_tree_chunk
2227 static void do_check_tree(mstate m, tchunkptr t);
2646 static void do_check_tree(mstate m, tchunkptr t) {
2647 tchunkptr head = 0;
2648 tchunkptr u = t;
2699 tchunkptr t = *tb;
2749 tchunkptr t = *treebin_at(m, tidx);
2756 tchunkptr u = t;
2758 if (u == (tchunkptr)x)
2995 X->parent = (tchunkptr)
[all...]

Completed in 82 milliseconds