Systemd/src/libsystemd/sd-event
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
..
event-util.h event: pull in sd-event.h from event-util.h 2014-07-10 20:12:34 +02:00
Makefile libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
sd-event.c hashmap: introduce hash_ops to make struct Hashmap smaller 2014-09-15 16:08:50 +02:00
test-event.c sd-event: introduce concept of "floating" event sources 2014-05-15 17:13:04 +02:00