
Data Fields | |
| INTERNAL_SIZE_T | prev_size |
| INTERNAL_SIZE_T | size |
| malloc_chunk * | fd |
| malloc_chunk * | bk |
| size_t | size |
| malloc_chunk * | fd |
| malloc_chunk * | bk |
Definition at line 1679 of file memory-gnu.c.
| INTERNAL_SIZE_T malloc_chunk::prev_size |
Definition at line 1681 of file memory-gnu.c.
| INTERNAL_SIZE_T malloc_chunk::size |
Definition at line 1682 of file memory-gnu.c.
Referenced by CpdList_ccs_list_items_set(), CpdList_ccs_list_items_txt(), CkLocMgr::emigrate(), PUP::fromMemBuf(), CkLocMgr::immigrate(), ArrayElement::inmem_checkpoint(), liveVizRequestUnpack(), LV3D_save_view(), NLBStatsMsg::NLBStatsMsg(), pack(), NetFEM_updatePackage::pupMallocBuf(), OrbLB::rec_divide(), PUP::size(), and PUP::toMemBuf().
| struct malloc_chunk* malloc_chunk::fd |
Definition at line 1684 of file memory-gnu.c.
| struct malloc_chunk* malloc_chunk::bk |
Definition at line 1685 of file memory-gnu.c.
| size_t malloc_chunk::size |
Definition at line 392 of file memory-gnuold.c.
| struct malloc_chunk* malloc_chunk::fd |
Definition at line 395 of file memory-gnuold.c.
| struct malloc_chunk* malloc_chunk::bk |
Definition at line 396 of file memory-gnuold.c.
1.5.1