Searched refs:malloc_chunk (Results 1 – 3 of 3) sorted by relevance
60 struct malloc_chunk { struct63 struct malloc_chunk* fd; /* double links -- used only if free. */ argument64 struct malloc_chunk* bk; argument67 typedef struct malloc_chunk mchunk;68 typedef struct malloc_chunk* mchunkptr;69 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */
1645 struct malloc_chunk {1648 struct malloc_chunk* fd; /* double links -- used only if free. */1649 struct malloc_chunk* bk;1652 typedef struct malloc_chunk mchunk;1653 typedef struct malloc_chunk* mchunkptr;1654 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */
2147 struct malloc_chunk { struct2150 struct malloc_chunk* fd; /* double links -- used only if free. */ argument2151 struct malloc_chunk* bk; argument2154 typedef struct malloc_chunk mchunk;2155 typedef struct malloc_chunk* mchunkptr;2156 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */