Searched refs:list_new_internal (Results 1 – 2 of 2) sorted by relevance
24 list_t *list_new_internal(list_free_cb callback, const allocator_t *zeroed_allocator) { in list_new_internal() function35 return list_new_internal(callback, &allocator_calloc); in list_new()
44 list_t *list_new_internal(list_free_cb callback, const allocator_t *zeroed_allocator);132 hash_map->bucket[hash_key].list = list_new_internal(bucket_free_, hash_map->allocator); in hash_map_set()