Geant4
10.00.p02
|
Public Attributes | |
size_t | prev_foot |
size_t | head |
struct malloc_tree_chunk * | fd |
struct malloc_tree_chunk * | bk |
struct malloc_tree_chunk * | child [2] |
struct malloc_tree_chunk * | parent |
bindex_t | index |
Definition at line 2263 of file mymalloc.cc.
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.
Referenced by tmalloc_large().
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.