ROSS
hash-quadratic.h File Reference
#include "ross-types.h"

Go to the source code of this file.

Data Structures

struct  tw_hash

Macros

#define MAX_FRACTION   0.50

Functions

void * tw_hash_create ()
void tw_hash_insert (void *h, tw_event *event, long pe)
tw_eventtw_hash_remove (void *h, tw_event *event, long pe)

Variables

unsigned int g_tw_hash_size

Macro Definition Documentation

◆ MAX_FRACTION

#define MAX_FRACTION   0.50

Definition at line 6 of file hash-quadratic.h.

Function Documentation

◆ tw_hash_create()

void * tw_hash_create ( )
extern

Definition at line 32 of file hash-quadratic.c.

◆ tw_hash_insert()

void tw_hash_insert ( void * h,
tw_event * event,
long pe )
extern

Definition at line 80 of file hash-quadratic.c.

◆ tw_hash_remove()

tw_event * tw_hash_remove ( void * h,
tw_event * event,
long pe )
extern

Definition at line 206 of file hash-quadratic.c.

Variable Documentation

◆ g_tw_hash_size

unsigned int g_tw_hash_size
extern

Definition at line 21 of file hash-quadratic.c.