Searched defs:malloc_chunk (Results 1 – 2 of 2) sorted by relevance
60 struct malloc_chunk { struct63 struct malloc_chunk* fd; /* double links -- used only if free. */ argument64 struct malloc_chunk* bk; argument
2147 struct malloc_chunk { struct2150 struct malloc_chunk* fd; /* double links -- used only if free. */ argument2151 struct malloc_chunk* bk; argument