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

Data Fields

size_t prev_foot
 
size_t head
 
struct malloc_chunkfd
 
struct malloc_chunkbk
 

Detailed Description

Definition at line 2057 of file mymalloc.cc.

Field 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.

Referenced by dlmalloc(), and mspace_malloc().

size_t malloc_chunk::head

Definition at line 2059 of file mymalloc.cc.

Referenced by dlfree(), dlmalloc(), mspace_free(), and mspace_malloc().

size_t malloc_chunk::prev_foot

Definition at line 2058 of file mymalloc.cc.

Referenced by dlfree(), and mspace_free().


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