Searched refs:_set_new (Results 1 – 2 of 2) sorted by relevance
16 Set* _set_new(const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS);17 #define set_new(ops) _set_new(ops HASHMAP_DEBUG_SRC_ARGS)
816 Set *_set_new(const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS) { in _set_new() function