|
Geant4.10
|
Data Fields | |
| char * | base |
| size_t | size |
| struct malloc_segment * | next |
| flag_t | sflags |
Definition at line 2339 of file mymalloc.cc.
| char* malloc_segment::base |
Definition at line 2340 of file mymalloc.cc.
Referenced by destroy_mspace().
| struct malloc_segment* malloc_segment::next |
Definition at line 2342 of file mymalloc.cc.
Referenced by destroy_mspace().
| flag_t malloc_segment::sflags |
Definition at line 2343 of file mymalloc.cc.
Referenced by create_mspace(), create_mspace_with_base(), and destroy_mspace().
| size_t malloc_segment::size |
Definition at line 2341 of file mymalloc.cc.
Referenced by destroy_mspace().
1.8.7