#include <malloc.c.h>

Public Attributes | |
| size_t | prev_foot |
| size_t | head |
| struct malloc_chunk * | fd |
| struct malloc_chunk * | bk |
Definition at line 2049 of file malloc.c.h.
| size_t malloc_chunk::prev_foot |
Definition at line 2050 of file malloc.c.h.
Referenced by dlfree(), internal_memalign(), mmap_alloc(), and mmap_resize().
| size_t malloc_chunk::head |
Definition at line 2051 of file malloc.c.h.
Referenced by add_segment(), dlfree(), dlmalloc(), init_top(), internal_mallinfo(), internal_malloc_stats(), internal_memalign(), internal_realloc(), mmap_resize(), nedgetvalue(), prepend_alloc(), and sys_alloc().
struct malloc_chunk* malloc_chunk::fd [read] |
struct malloc_chunk* malloc_chunk::bk [read] |
1.5.6