![]() |
Arax -8d09c51940345c86062e8ef2427c705ae66e5926
A Runtime Framework for Decoupling Applications from Heterogeneous Accelerators
|
Data Fields | |
binmap_t | smallmap |
binmap_t | treemap |
size_t | dvsize |
size_t | topsize |
char * | least_addr |
mchunkptr | dv |
mchunkptr | top |
size_t | trim_check |
size_t | release_checks |
size_t | magic |
mchunkptr | smallbins [(NSMALLBINS+1) *2] |
tbinptr | treebins [NTREEBINS] |
size_t | footprint |
size_t | max_footprint |
size_t | footprint_limit |
flag_t | mflags |
msegment | seg |
void * | extp |
size_t | exts |
mchunkptr dv |
Definition at line 2636 of file malloc.c.
Referenced by dispose_chunk(), prepend_alloc(), release_unused_segments(), and try_realloc_chunk().
size_t dvsize |
Definition at line 2633 of file malloc.c.
Referenced by dispose_chunk(), prepend_alloc(), release_unused_segments(), tmalloc_large(), and try_realloc_chunk().
size_t footprint |
Definition at line 2643 of file malloc.c.
Referenced by dispose_chunk(), internal_mallinfo(), internal_malloc_stats(), mmap_alloc(), mmap_resize(), release_unused_segments(), sys_alloc(), and sys_trim().
size_t footprint_limit |
Definition at line 2645 of file malloc.c.
Referenced by mmap_alloc(), and sys_alloc().
char* least_addr |
Definition at line 2635 of file malloc.c.
Referenced by mmap_alloc(), mmap_resize(), and sys_alloc().
size_t magic |
Definition at line 2640 of file malloc.c.
Referenced by init_mparams(), and sys_alloc().
size_t max_footprint |
Definition at line 2644 of file malloc.c.
Referenced by internal_mallinfo(), internal_malloc_stats(), mmap_alloc(), mmap_resize(), and sys_alloc().
size_t release_checks |
Definition at line 2639 of file malloc.c.
Referenced by release_unused_segments(), and sys_alloc().
msegment seg |
Definition at line 2650 of file malloc.c.
Referenced by add_segment(), has_segment_link(), internal_mallinfo(), internal_malloc_stats(), release_unused_segments(), segment_holding(), and sys_alloc().
mchunkptr smallbins[(NSMALLBINS+1) *2] |
mchunkptr top |
Definition at line 2637 of file malloc.c.
Referenced by add_segment(), dispose_chunk(), init_top(), internal_mallinfo(), internal_malloc_stats(), prepend_alloc(), sys_alloc(), sys_trim(), and try_realloc_chunk().
size_t topsize |
Definition at line 2634 of file malloc.c.
Referenced by dispose_chunk(), init_top(), internal_bulk_free(), internal_mallinfo(), internal_malloc_stats(), prepend_alloc(), sys_alloc(), sys_trim(), and try_realloc_chunk().
binmap_t treemap |
Definition at line 2632 of file malloc.c.
Referenced by tmalloc_large(), and tmalloc_small().
size_t trim_check |
Definition at line 2638 of file malloc.c.
Referenced by init_top(), and sys_trim().