Searched refs:malloc_chunk (Results 1 – 1 of 1) sorted by relevance
2191 struct malloc_chunk { struct2194 struct malloc_chunk* fd; /* double links -- used only if free. */ argument2195 struct malloc_chunk* bk; argument2198 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()