
#include <iostream>#include <assert.h>#include <math.h>#include "ptr.h"


Go to the source code of this file.
Namespaces | |
| namespace | gdt |
Classes | |
| class | gdt::gdtmap< Key, Value > |
Defines | |
| #define | MIN_TABLE_SIZE 2 |
| #define | UPPER_THRESHOLD 1.28 |
| #define | HASH_POINTER_SHIFT 4 |
Functions | |
| int | gdt::Hash (void *p) |
| int | gdt::Hash (int p) |
| int | gdt::gdtceil (double f) |
Definition in file gdtmap.h.
| #define HASH_POINTER_SHIFT 4 |
| #define MIN_TABLE_SIZE 2 |
1.5.3