Searched refs:HASHMAP_DEBUG_PASS_ARGS (Results 1 – 2 of 2) sorted by relevance
/third_party/eudev/src/shared/ |
D | hashmap.c | 814 … return (Hashmap*) hashmap_base_new(hash_ops, HASHMAP_TYPE_PLAIN HASHMAP_DEBUG_PASS_ARGS); in internal_hashmap_new() 818 … return (OrderedHashmap*) hashmap_base_new(hash_ops, HASHMAP_TYPE_ORDERED HASHMAP_DEBUG_PASS_ARGS); in internal_ordered_hashmap_new() 822 … return (Set*) hashmap_base_new(hash_ops, HASHMAP_TYPE_SET HASHMAP_DEBUG_PASS_ARGS); in internal_set_new() 834 q = hashmap_base_new(hash_ops, type HASHMAP_DEBUG_PASS_ARGS); in hashmap_base_ensure_allocated() 843 …hmap_base_ensure_allocated((HashmapBase**)h, hash_ops, HASHMAP_TYPE_PLAIN HASHMAP_DEBUG_PASS_ARGS); in internal_hashmap_ensure_allocated() 847 …ap_base_ensure_allocated((HashmapBase**)h, hash_ops, HASHMAP_TYPE_ORDERED HASHMAP_DEBUG_PASS_ARGS); in internal_ordered_hashmap_ensure_allocated() 851 …ashmap_base_ensure_allocated((HashmapBase**)s, hash_ops, HASHMAP_TYPE_SET HASHMAP_DEBUG_PASS_ARGS); in internal_set_ensure_allocated()
|
D | hashmap.h | 135 # define HASHMAP_DEBUG_PASS_ARGS , func, file, line macro 139 # define HASHMAP_DEBUG_PASS_ARGS macro
|