Description:
Simple hash table (no removals) where the keys are memory blocks.

Files:
lib/mem-hash-map.h
lib/mem-hash-map.c

Depends-on:
next-prime
obstack
xalloc

configure.ac:

Makefile.am:
lib_SOURCES += mem-hash-map.h mem-hash-map.c

Include:
"mem-hash-map.h"

License:
GPL

Maintainer:
Bruno Haible
