1Description:
2Simple hash table where the keys are memory blocks.
3
4Files:
5lib/mem-hash-map.h
6lib/mem-hash-map.c
7
8Depends-on:
9obstack
10xalloc
11
12configure.ac:
13
14Makefile.am:
15lib_SOURCES += mem-hash-map.h mem-hash-map.c
16
17Include:
18"mem-hash-map.h"
19
20License:
21GPL
22
23Maintainer:
24Bruno Haible
25