Go to the source code of this file.
#define ROOTSET_ADD |
( |
|
adr, |
|
|
|
mrk, |
|
|
|
tp |
|
) |
| |
Value:if (refcount >= rs->capacity) \
rs->refs[refcount].ref = (adr); \
rs->refs[refcount].marks = (mrk); \
rs->refs[refcount].reftype = (tp); \
refcount++;
rootset_t * rootset_resize(rootset_t *rs)
Definition at line 96 of file rootset.c.
const char* reftype_names[] |
|
static |
Initial value:= {
"THREADOBJECT", "CLASSLOADER ", "GLOBAL-REF ",
"FINALIZER ", "LOCAL-REF ", "ON-STACK-ADR",
"STATIC FIELD", "LOCKRECORD "
}
Definition at line 397 of file rootset.c.