Home
last modified time | relevance | path

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

/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