Home
last modified time | relevance | path

Searched defs:malloc_tree_chunk (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/stdlib/
DSDL_malloc.c1848 struct malloc_tree_chunk { struct
1852 struct malloc_tree_chunk* fd; argument
1853 struct malloc_tree_chunk* bk; argument
1855 struct malloc_tree_chunk* child[2]; argument
1856 struct malloc_tree_chunk* parent; argument
1860 typedef struct malloc_tree_chunk tchunk; argument
/external/libffi/src/
Ddlmalloc.c1802 struct malloc_tree_chunk { struct
1806 struct malloc_tree_chunk* fd; argument
1807 struct malloc_tree_chunk* bk; argument
1809 struct malloc_tree_chunk* child[2]; argument
1810 struct malloc_tree_chunk* parent; argument
1814 typedef struct malloc_tree_chunk tchunk; argument