Arax -8d09c51940345c86062e8ef2427c705ae66e5926
A Runtime Framework for Decoupling Applications from Heterogeneous Accelerators
Loading...
Searching...
No Matches
malloc_chunk Struct Reference
+ Collaboration diagram for malloc_chunk:

Data Fields

size_t prev_foot
 
size_t head
 
struct malloc_chunkfd
 
struct malloc_chunkbk
 

Detailed Description

Definition at line 2231 of file malloc.c.

Field Documentation

◆ bk

struct malloc_chunk* bk

Definition at line 2236 of file malloc.c.

Referenced by init_bins().

◆ fd

struct malloc_chunk* fd

Definition at line 2235 of file malloc.c.

Referenced by dlmalloc(), and init_bins().

◆ head

◆ prev_foot

size_t prev_foot

Definition at line 2233 of file malloc.c.

Referenced by dispose_chunk(), dlfree(), internal_memalign(), mmap_alloc(), and mmap_resize().


The documentation for this struct was generated from the following file: