Functions | |
unsigned long | int_hash (void *location) |
Generate a hash key 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. |