YAP 7.1.0
db_entry

Public Attributes

CODEADDR val
 
db_entry_type db_type
 
int in_use
 
struct db_entryleft
 
CODEADDR lim
 
struct db_entryright
 

Detailed Description

Definition at line 75 of file heapgc.c.

Member Data Documentation

◆ db_type

db_entry_type db_type

Definition at line 77 of file heapgc.c.

◆ in_use

int in_use

Definition at line 78 of file heapgc.c.

◆ left

struct db_entry* left

Definition at line 79 of file heapgc.c.

◆ lim

CODEADDR lim

Definition at line 80 of file heapgc.c.

◆ right

struct db_entry* right

Definition at line 81 of file heapgc.c.

◆ val

CODEADDR val

Definition at line 76 of file heapgc.c.


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