Home
last modified time | relevance | path

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

/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
1815 typedef struct malloc_tree_chunk* tchunkptr;
1816 typedef struct malloc_tree_chunk* tbinptr; /* The type of bins of trees */
/external/qemu/distrib/sdl-1.2.15/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
1861 typedef struct malloc_tree_chunk* tchunkptr;
1862 typedef struct malloc_tree_chunk* tbinptr; /* The type of bins of trees */
/external/eigen/unsupported/test/mpreal/
Ddlmalloc.c2264 struct malloc_tree_chunk { struct
2268 struct malloc_tree_chunk* fd; argument
2269 struct malloc_tree_chunk* bk; argument
2271 struct malloc_tree_chunk* child[2]; argument
2272 struct malloc_tree_chunk* parent; argument
2276 typedef struct malloc_tree_chunk tchunk; argument
2277 typedef struct malloc_tree_chunk* tchunkptr;
2278 typedef struct malloc_tree_chunk* tbinptr; /* The type of bins of trees */