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

Data Fields

size_t prev_foot
 
size_t head
 
struct malloc_tree_chunkfd
 
struct malloc_tree_chunkbk
 
struct malloc_tree_chunkchild [2]
 
struct malloc_tree_chunkparent
 
bindex_t index
 

Detailed Description

Definition at line 2263 of file mymalloc.cc.

Field Documentation

struct malloc_tree_chunk* malloc_tree_chunk::bk

Definition at line 2268 of file mymalloc.cc.

struct malloc_tree_chunk* malloc_tree_chunk::child[2]

Definition at line 2270 of file mymalloc.cc.

struct malloc_tree_chunk* malloc_tree_chunk::fd

Definition at line 2267 of file mymalloc.cc.

size_t malloc_tree_chunk::head

Definition at line 2266 of file mymalloc.cc.

bindex_t malloc_tree_chunk::index

Definition at line 2272 of file mymalloc.cc.

struct malloc_tree_chunk* malloc_tree_chunk::parent

Definition at line 2271 of file mymalloc.cc.

size_t malloc_tree_chunk::prev_foot

Definition at line 2265 of file mymalloc.cc.


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