Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/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
/external/libffi/src/
Ddlmalloc.c1859 struct malloc_tree_chunk { struct
1863 struct malloc_tree_chunk* fd; argument
1864 struct malloc_tree_chunk* bk; argument
1866 struct malloc_tree_chunk* child[2]; argument
1867 struct malloc_tree_chunk* parent; argument
1871 typedef struct malloc_tree_chunk tchunk; argument
/external/dlmalloc/
Dmalloc.c2393 struct malloc_tree_chunk { struct
2397 struct malloc_tree_chunk* fd; argument
2398 struct malloc_tree_chunk* bk; argument
2400 struct malloc_tree_chunk* child[2]; argument
2401 struct malloc_tree_chunk* parent; argument
2405 typedef struct malloc_tree_chunk tchunk; argument