Searched defs:malloc_chunk (Results 1 – 4 of 4) sorted by relevance
219 struct malloc_chunk struct223 struct malloc_chunk* fd; /* double links -- used only if free. */ argument224 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
1654 struct malloc_chunk { struct1657 struct malloc_chunk* fd; /* double links -- used only if free. */ argument1658 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