CACAO
Macros | Functions
mark.c File Reference

Go to the source code of this file.

Macros

#define MARK(o)
 

Functions

void mark_recursive (java_object_t *o)
 
void mark_post (rootset_t *rs)
 
void mark_me (rootset_t *rs)
 

Macro Definition Documentation

#define MARK (   o)
Value:
GCSTAT_COUNT_MAX(gcstat_mark_depth, gcstat_mark_depth_max); \
GCSTAT_DEC(gcstat_mark_depth);
#define GCSTAT_DEC(cnt)
Definition: gc.h:190
#define GCSTAT_COUNT_MAX(cnt, max)
Definition: gc.h:191
void mark_recursive(java_object_t *o)
Definition: mark.c:60

Definition at line 43 of file mark.c.

Function Documentation

void mark_me ( rootset_t rs)

Definition at line 297 of file mark.c.

void mark_post ( rootset_t rs)

Definition at line 176 of file mark.c.

void mark_recursive ( java_object_t o)

Definition at line 60 of file mark.c.