Home | History | Annotate | Download | only in src

Lines Matching full:malloc_chunk

1465   The malloc_chunk declaration below is misleading (but accurate and
1597 struct malloc_chunk {
1600 struct malloc_chunk* fd; /* double links -- used only if free. */
1601 struct malloc_chunk* bk;
1604 typedef struct malloc_chunk mchunk;
1605 typedef struct malloc_chunk* mchunkptr;
1606 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */
1678 /* Ptr to next or previous physical malloc_chunk. */
1803 /* The first four fields must be compatible with malloc_chunk */
1953 use in double-linked lists, each bin header acts as a malloc_chunk