

Data Fields | |
| INTERNAL_SIZE_T | prev_size |
| INTERNAL_SIZE_T | size |
| struct malloc_chunk * | fd |
| struct malloc_chunk * | bk |
| size_t | size |
| struct malloc_chunk * | fd |
| struct malloc_chunk * | bk |
Definition at line 1685 of file memory-gnu.c.
| INTERNAL_SIZE_T malloc_chunk::prev_size |
Definition at line 1687 of file memory-gnu.c.
| INTERNAL_SIZE_T malloc_chunk::size |
Definition at line 1688 of file memory-gnu.c.
struct malloc_chunk* malloc_chunk::fd [read] |
struct malloc_chunk* malloc_chunk::bk [read] |
| size_t malloc_chunk::size |
Definition at line 389 of file memory-gnuold.c.
struct malloc_chunk* malloc_chunk::fd [read] |
Definition at line 392 of file memory-gnuold.c.
struct malloc_chunk* malloc_chunk::bk [read] |
Definition at line 393 of file memory-gnuold.c.
1.5.5