Searched refs:hashmap_ensure_allocated (Results 1 – 2 of 2) sorted by relevance
178 #define hashmap_ensure_allocated(h, ops) internal_hashmap_ensure_allocated(h, ops HASHMAP_DEBUG_SR… macro
189 r = hashmap_ensure_allocated(&workers, NULL); in worker_new()