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

Data Fields

size_t prev_foot
 
size_t head
 
struct malloc_tree_chunkfd
 
struct malloc_tree_chunkbk
 
struct malloc_tree_chunkchild [2]
 
struct malloc_tree_chunkparent
 
bindex_t index
 

Detailed Description

Definition at line 2441 of file malloc.c.

Field Documentation

◆ bk

struct malloc_tree_chunk* bk

Definition at line 2447 of file malloc.c.

◆ child

struct malloc_tree_chunk* child[2]

Definition at line 2449 of file malloc.c.

Referenced by tmalloc_large().

◆ fd

struct malloc_tree_chunk* fd

Definition at line 2446 of file malloc.c.

◆ head

size_t head

Definition at line 2445 of file malloc.c.

◆ index

bindex_t index

Definition at line 2451 of file malloc.c.

◆ parent

struct malloc_tree_chunk* parent

Definition at line 2450 of file malloc.c.

◆ prev_foot

size_t prev_foot

Definition at line 2444 of file malloc.c.


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