Searched defs:malloc_chunk (Results 1 – 6 of 6) sorted by relevance
1659 struct malloc_chunk { struct1662 struct malloc_chunk* fd; /* double links -- used only if free. */ argument1663 struct malloc_chunk* bk; argument
2191 struct malloc_chunk { struct2194 struct malloc_chunk* fd; /* double links -- used only if free. */ argument2195 struct malloc_chunk* bk; argument
2184 struct malloc_chunk { struct2187 struct malloc_chunk* fd; /* double links -- used only if free. */ argument2188 struct malloc_chunk* bk; argument
2240 struct malloc_chunk { struct2243 struct malloc_chunk* fd; /* double links -- used only if free. */ argument2244 struct malloc_chunk* bk; argument
2182 struct malloc_chunk { struct2185 struct malloc_chunk* fd; /* double links -- used only if free. */ argument2186 struct malloc_chunk* bk; argument