Home
last modified time | relevance | path

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

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