Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
malloc_segment Struct Reference

Data Fields

char * base
 
size_t size
 
struct malloc_segmentnext
 
flag_t sflags
 

Detailed Description

Definition at line 2339 of file mymalloc.cc.

Field Documentation

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().


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