Searched defs:malloc_chunk (Results 1 – 2 of 2) 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