Home
last modified time | relevance | path

Searched refs:_hashmap_new (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/basic/
Dhashmap.h87 Hashmap* _hashmap_new(const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS);
89 #define hashmap_new(ops) _hashmap_new(ops HASHMAP_DEBUG_SRC_ARGS)
Dhashmap.c808 Hashmap *_hashmap_new(const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS) { in _hashmap_new() function