Home
last modified time | relevance | path

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

/third_party/libffi/src/
Ddlmalloc.c1864 struct malloc_tree_chunk { struct
1868 struct malloc_tree_chunk* fd; argument
1869 struct malloc_tree_chunk* bk; argument
1871 struct malloc_tree_chunk* child[2]; argument
1872 struct malloc_tree_chunk* parent; argument
1876 typedef struct malloc_tree_chunk tchunk; argument