Systemd/src/analyze
Michal Schmidt d5099efc47 hashmap: introduce hash_ops to make struct Hashmap smaller
It is redundant to store 'hash' and 'compare' function pointers in
struct Hashmap separately. The functions always comprise a pair.
Store a single pointer to struct hash_ops instead.

systemd keeps hundreds of hashmaps, so this saves a little bit of
memory.
2014-09-15 16:08:50 +02:00
..
.gitignore analyze: add .gitignore 2013-01-06 16:18:48 +01:00
analyze-verify.c Merge systemd-verify with systemd-analyze 2014-07-21 21:42:28 -04:00
analyze-verify.h Merge systemd-verify with systemd-analyze 2014-07-21 21:42:28 -04:00
analyze.c hashmap: introduce hash_ops to make struct Hashmap smaller 2014-09-15 16:08:50 +02:00
Makefile build-sys: add stub makefiles to all subdirs to ease development with emacs 2012-04-13 21:37:59 +02:00