Searched defs:HASHMAP_DEBUG_PARAMS (Results 1 – 2 of 2) sorted by relevance
775 …ase *hashmap_base_new(const struct hash_ops *hash_ops, enum HashmapType type HASHMAP_DEBUG_PARAMS)… in hashmap_base_new()813 Hashmap *internal_hashmap_new(const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS) { in internal_hashmap_new()817 OrderedHashmap *internal_ordered_hashmap_new(const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS)… in internal_ordered_hashmap_new()821 Set *internal_set_new(const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS) { in internal_set_new()826 enum HashmapType type HASHMAP_DEBUG_PARAMS) { in hashmap_base_ensure_allocated()842 …nt internal_hashmap_ensure_allocated(Hashmap **h, const struct hash_ops *hash_ops HASHMAP_DEBUG_P… in internal_hashmap_ensure_allocated()846 …ered_hashmap_ensure_allocated(OrderedHashmap **h, const struct hash_ops *hash_ops HASHMAP_DEBUG_P… in internal_ordered_hashmap_ensure_allocated()850 int internal_set_ensure_allocated(Set **s, const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS) { in internal_set_ensure_allocated()
133 # define HASHMAP_DEBUG_PARAMS , const char *func, const char *file, int line macro137 # define HASHMAP_DEBUG_PARAMS macro