Geant4  10.00.p02
malloc_chunk Struct Reference
+ Collaboration diagram for malloc_chunk:

Public Attributes

size_t prev_foot
 
size_t head
 
struct malloc_chunkfd
 
struct malloc_chunkbk
 

Detailed Description

Definition at line 2057 of file mymalloc.cc.

Member Data Documentation

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::prev_foot

Definition at line 2058 of file mymalloc.cc.

Referenced by dlfree(), internal_memalign(), mmap_alloc(), mmap_resize(), and mspace_free().


The documentation for this struct was generated from the following file: