Searched refs:id_alloc (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dhash.c94 if (table->id_alloc) {
95 util_idalloc_fini(table->id_alloc);
96 free(table->id_alloc);
106 table->id_alloc = MALLOC_STRUCT(util_idalloc);
107 util_idalloc_init(table->id_alloc, 8);
108 ASSERTED GLuint reserve0 = util_idalloc_alloc(table->id_alloc);
224 if (!isGenName && table->id_alloc)
225 util_idalloc_reserve(table->id_alloc, key);
244 if (!isGenName && table->id_alloc)
245 util_idalloc_reserve(table->id_alloc, ke
[all...]
H A Dhash.h109 struct util_idalloc* id_alloc; member in struct:_mesa_HashTable

Completed in 3 milliseconds