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

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.

struct malloc_chunk* malloc_chunk::fd

Definition at line 2060 of file mymalloc.cc.

size_t malloc_chunk::head

Definition at line 2059 of file mymalloc.cc.

size_t malloc_chunk::prev_foot

Definition at line 2058 of file mymalloc.cc.


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