Searched defs:malloc_chunk (Results 1 – 3 of 3) sorted by relevance
1683 struct malloc_chunk struct1687 struct malloc_chunk *fd; /* double links -- used only if free. */ argument1688 struct malloc_chunk *bk; argument
1659 struct malloc_chunk { struct1662 struct malloc_chunk* fd; /* double links -- used only if free. */ argument1663 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