Home
last modified time | relevance | path

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

/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2408 struct malloc_tree_chunk { struct
2412 struct malloc_tree_chunk* fd; argument
2413 struct malloc_tree_chunk* bk; argument
2415 struct malloc_tree_chunk* child[2]; argument
2416 struct malloc_tree_chunk* parent; argument
2420 typedef struct malloc_tree_chunk tchunk; argument
2421 typedef struct malloc_tree_chunk* tchunkptr;
2422 typedef struct malloc_tree_chunk* tbinptr; /* The type of bins of trees */
5194 start = (void*)((char*)q + sizeof(struct malloc_tree_chunk)); in internal_inspect_all()