malloc_chunk     2116 compat/nedmalloc/malloc.c.h   struct malloc_chunk* fd;         /* double links -- used only if free. */
malloc_chunk     2117 compat/nedmalloc/malloc.c.h   struct malloc_chunk* bk;
malloc_chunk     2120 compat/nedmalloc/malloc.c.h typedef struct malloc_chunk  mchunk;
malloc_chunk     2121 compat/nedmalloc/malloc.c.h typedef struct malloc_chunk* mchunkptr;
malloc_chunk     2122 compat/nedmalloc/malloc.c.h typedef struct malloc_chunk* sbinptr;  /* The type of bins of chunks */