Geant4_10
Public Attributes | List of all members
malloc_segment Struct Reference
Collaboration diagram for malloc_segment:
Collaboration graph
[legend]

Public Attributes

char * base
 
size_t size
 
struct malloc_segmentnext
 
flag_t sflags
 

Detailed Description

Definition at line 2339 of file mymalloc.cc.

Member Data Documentation

char* malloc_segment::base

Definition at line 2340 of file mymalloc.cc.

struct malloc_segment* malloc_segment::next

Definition at line 2342 of file mymalloc.cc.

flag_t malloc_segment::sflags

Definition at line 2343 of file mymalloc.cc.

size_t malloc_segment::size

Definition at line 2341 of file mymalloc.cc.


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