Go to the source code of this file.
Functions | |
unsigned long | int_hash (void *location) |
Hash function for a pointer to an integer. See int_hash.
unsigned long int_hash | ( | void * | location | ) |
Generate a hash key for a pointer to an integer. The value pointed at is used to generate the key.
location | The pointer. |