| 
    Geant4
    10.00.p03
    
   | 
 
 Collaboration diagram for malloc_chunk:Public Attributes | |
| size_t | prev_foot | 
| size_t | head | 
| struct malloc_chunk * | fd | 
| struct malloc_chunk * | bk | 
Definition at line 2057 of file mymalloc.cc.
| struct malloc_chunk* malloc_chunk::bk | 
Definition at line 2061 of file mymalloc.cc.
Referenced by init_bins().
| struct malloc_chunk* malloc_chunk::fd | 
Definition at line 2060 of file mymalloc.cc.
Referenced by dlmalloc(), init_bins(), and mspace_malloc().
| size_t malloc_chunk::head | 
Definition at line 2059 of file mymalloc.cc.
Referenced by add_segment(), dlfree(), dlmalloc(), init_top(), init_user_mstate(), internal_mallinfo(), internal_malloc_stats(), internal_memalign(), internal_realloc(), mmap_alloc(), mmap_resize(), mspace_free(), mspace_malloc(), prepend_alloc(), and sys_alloc().
| size_t malloc_chunk::prev_foot | 
Definition at line 2058 of file mymalloc.cc.
Referenced by dlfree(), internal_memalign(), mmap_alloc(), mmap_resize(), and mspace_free().