|  | Arax -8d09c51940345c86062e8ef2427c705ae66e5926
    A Runtime Framework for Decoupling Applications from Heterogeneous Accelerators | 
 Collaboration diagram for malloc_segment:
 Collaboration diagram for malloc_segment:| Data Fields | |
| char * | base | 
| size_t | size | 
| struct malloc_segment * | next | 
| flag_t | sflags | 
| char* base | 
Definition at line 2520 of file malloc.c.
Referenced by add_segment(), has_segment_link(), internal_mallinfo(), internal_malloc_stats(), release_unused_segments(), segment_holding(), sys_alloc(), and sys_trim().
| struct malloc_segment* next | 
Definition at line 2522 of file malloc.c.
Referenced by add_segment(), has_segment_link(), internal_mallinfo(), internal_malloc_stats(), release_unused_segments(), segment_holding(), and sys_alloc().
| flag_t sflags | 
Definition at line 2523 of file malloc.c.
Referenced by add_segment(), and sys_alloc().
| size_t size | 
Definition at line 2521 of file malloc.c.
Referenced by add_segment(), has_segment_link(), release_unused_segments(), segment_holding(), sys_alloc(), and sys_trim().