#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(). |
|
Definition at line 27 of file stresshash.cc. Referenced by WvString::alloc(), WvCryptoStream::cryptbuf(), WvX509Mgr::encodecert(), WvTaskMan::get_stack(), main(), WvString::newbuf(), WvStream::outbuf_limit(), WvFileWatcher::uread(), WvStreamClone::uread(), WvRSAStream::uread(), WvBlowfishStream::uread(), WvXORStream::uread(), WvFileWatcher::uwrite(), WvStreamClone::uwrite(), WvProtoStream::uwrite(), WvRSAStream::uwrite(), WvBlowfishStream::uwrite(), WvXORStream::uwrite(), and WvRSAKey::WvRSAKey(). |