![]() |
Arax -8d09c51940345c86062e8ef2427c705ae66e5926
A Runtime Framework for Decoupling Applications from Heterogeneous Accelerators
|
Data Fields | |
size_t | prev_foot |
size_t | head |
struct malloc_chunk * | fd |
struct malloc_chunk * | bk |
struct malloc_chunk* bk |
Definition at line 2236 of file malloc.c.
Referenced by init_bins().
struct malloc_chunk* fd |
Definition at line 2235 of file malloc.c.
Referenced by dlmalloc(), and init_bins().
size_t head |
Definition at line 2234 of file malloc.c.
Referenced by add_segment(), dispose_chunk(), dlfree(), dlmalloc(), init_top(), internal_mallinfo(), internal_malloc_stats(), internal_memalign(), mmap_alloc(), mmap_resize(), prepend_alloc(), sys_alloc(), and try_realloc_chunk().
size_t prev_foot |
Definition at line 2233 of file malloc.c.
Referenced by dispose_chunk(), dlfree(), internal_memalign(), mmap_alloc(), and mmap_resize().