mirror of
https://github.com/systemd/systemd.git
synced 2026-07-10 16:47:12 +00:00
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.