Home
last modified time | relevance | path

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

/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2191 struct malloc_chunk { struct
2194 struct malloc_chunk* fd; /* double links -- used only if free. */ argument
2195 struct malloc_chunk* bk; argument
2198 typedef struct malloc_chunk mchunk;
2199 typedef struct malloc_chunk* mchunkptr;
2200 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */
5191 start = (void*)((char*)q + sizeof(struct malloc_chunk)); in internal_inspect_all()