Main Page   Class Hierarchy   Compound List   File List   Header Files   Compound Members   File Members  

search.c File Reference


Defines

#define MIN (a,b)
#define CHUNK_SIZE

Functions

void search_chunk (int32 bottom[], int32* top, int32 targets[], int32 num_targets, match_func f)
void search_area (int32* bottom, int32* top, int32* targets, int32 num_targets, match_func f)
int32vectorfind_next_match (int32* start, int32* targets, int32 num_targets, int32* hit_num)
oop* find_this_object (oop* middle)
oop* find_next_object (oop* middle)
oop* find_prior_reference (oop* middle, oop target)

Variables

int32 Vectorfind_max_targets
int32 Vectorfind_max_chunk_size


Define Documentation

#define MIN (a, b)

#define CHUNK_SIZE ()


Function Documentation

void search_chunk (int32 bottom[], int32 * top, int32 targets[], int32 num_targets, match_func f) [static]

void search_area (int32 * bottom, int32 * top, int32 * targets, int32 num_targets, match_func f)

int32 * vectorfind_next_match (int32 * start, int32 * targets, int32 num_targets, int32 * hit_num)

oop * find_this_object (oop * middle)

oop * find_next_object (oop * middle)

oop * find_prior_reference (oop * middle, oop target)


Variable Documentation

int32 Vectorfind_max_targets

int32 Vectorfind_max_chunk_size


Generated at Tue Jun 27 12:07:00 2000 for SelfVM by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999