#include "wvhashtable.h"
#include "wvstring.h"
#include <stdio.h>
#include <malloc.h>
#include <assert.h>
Go to the source code of this file.
Compounds | |
struct | Intstr |
class | IntstrDict |
struct | IntstrDict_hack |
Typedefs | |
typedef WvHashTable< Intstr, WvString, IntstrDict_hack::IntstrDict_fptr_ > | IntstrDictBase |
Functions | |
int | main () |
Variables | |
const unsigned | size = 1000 |
const unsigned | elems = 10000 |
|
Definition at line 25 of file stresshash.cc. |
|
Definition at line 29 of file stresshash.cc. References IntstrDict::add, WvHashTableBase::count, elems, WvListBase::head, WvLink::next, WvHashTableBase::numslots, WvHashTable< Intstr, WvString, IntstrDict_hack::IntstrDict_fptr_ >::remove, size, and WvHashTableBase::slots. |
|
Definition at line 27 of file stresshash.cc. Referenced by main. |
|