Data Fields | |
struct malloc_chunk * | bk |
struct malloc_chunk * | fd |
size_t | head |
size_t | prev_foot |
struct malloc_chunk* malloc_chunk::bk |
Referenced by init_bins().
struct malloc_chunk* malloc_chunk::fd |
Referenced by dlmalloc(), and init_bins().
size_t malloc_chunk::head |
size_t malloc_chunk::prev_foot |
Referenced by dlfree(), internal_memalign(), mmap_alloc(), and mmap_resize().