ReactOS 0.4.17-dev-281-g9de2895
gc_ctx Struct Reference
Collaboration diagram for gc_ctx:

Public Attributes

struct gc_stack_chunkchunk
 
struct gc_stack_chunknext
 
unsigned idx
 

Detailed Description

Definition at line 889 of file dispex.c.

Member Data Documentation

◆ chunk

struct gc_stack_chunk* gc_ctx::chunk

Definition at line 890 of file dispex.c.

Referenced by gc_stack_pop(), and gc_stack_push().

◆ idx

unsigned gc_ctx::idx

Definition at line 892 of file dispex.c.

Referenced by gc_stack_pop(), and gc_stack_push().

◆ next

struct gc_stack_chunk* gc_ctx::next

Definition at line 891 of file dispex.c.

Referenced by gc_run(), gc_stack_pop(), and gc_stack_push().


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