Mutator Struct Reference

#include <mutator.h>

List of all members.

Public Attributes

void * free
void * ceiling
void * end
void * alloc_block
Chunk_Header *** local_chunks
Space * alloc_space
GCgc
VmThreadHandle thread_handle
volatile unsigned int handshake_signal
unsigned int num_alloc_blocks
Vector_Block * rem_set
Vector_Block * obj_with_fin
Mutatornext
Vector_Block * dirty_set
SpinLock dirty_set_lock
unsigned int dirty_obj_slot_num
unsigned int dirty_obj_num


Member Data Documentation

void* Mutator.free

void* Mutator.ceiling

void* Mutator.end

void* Mutator.alloc_block

Chunk_Header*** Mutator.local_chunks

Space* Mutator.alloc_space

GC* Mutator.gc

VmThreadHandle Mutator.thread_handle

volatile unsigned int Mutator.handshake_signal

unsigned int Mutator.num_alloc_blocks

Vector_Block* Mutator.rem_set

Vector_Block* Mutator.obj_with_fin

Mutator* Mutator.next

Vector_Block* Mutator.dirty_set

SpinLock Mutator.dirty_set_lock

unsigned int Mutator.dirty_obj_slot_num

unsigned int Mutator.dirty_obj_num


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

Genereated on Tue Mar 11 19:25:34 2008 by Doxygen.

(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.