1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/mem-hash-map
Bruno Haible 5a842672e7 New module mem-hash-map.
* 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.
2025-04-30 03:19:10 +02:00

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