mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* lib/mem-hash-map.h: New file, from GNU gettext. * lib/mem-hash-map.c: New file, from GNU gettext. * modules/mem-hash-map: New file, from GNU gettext.
26 lines
305 B
Plaintext
26 lines
305 B
Plaintext
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
|