Searched refs:malloc_chunk (Results 1 – 2 of 2) sorted by relevance
88 typedef struct malloc_chunk { struct89 struct malloc_chunk *next; argument
856 struct malloc_chunk struct860 struct malloc_chunk* fd; /* double links -- used only if free. */ argument861 struct malloc_chunk* bk; argument864 typedef struct malloc_chunk* mchunkptr;1005 #define MINSIZE (sizeof(struct malloc_chunk))1164 typedef struct malloc_chunk* mbinptr;