Searched refs:util_idalloc (Results 1 – 5 of 5) sorted by relevance
37 struct util_idalloc struct45 util_idalloc_init(struct util_idalloc *buf); argument48 util_idalloc_fini(struct util_idalloc *buf);51 util_idalloc_resize(struct util_idalloc *buf, unsigned new_num_elements);54 util_idalloc_alloc(struct util_idalloc *buf);57 util_idalloc_free(struct util_idalloc *buf, unsigned id);60 util_idalloc_reserve(struct util_idalloc *buf, unsigned id);
40 util_idalloc_init(struct util_idalloc *buf) in util_idalloc_init()46 util_idalloc_fini(struct util_idalloc *buf) in util_idalloc_fini()53 util_idalloc_resize(struct util_idalloc *buf, unsigned new_num_elements) in util_idalloc_resize()70 util_idalloc_alloc(struct util_idalloc *buf) in util_idalloc_alloc()95 util_idalloc_free(struct util_idalloc *buf, unsigned id) in util_idalloc_free()104 util_idalloc_reserve(struct util_idalloc *buf, unsigned id) in util_idalloc_reserve()
41 struct util_idalloc;109 struct util_idalloc* id_alloc;
112 table->id_alloc = MALLOC_STRUCT(util_idalloc); in _mesa_HashEnableNameReuse()
1176 struct util_idalloc bindless_used_slots;