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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_memory_helper.c1069 struct slab_mempool external_allocation_pool; member in struct:nine_allocator
1089 slab_free_st(&allocator->external_allocation_pool, allocation);
1134 new_allocation = slab_alloc_st(&allocator->external_allocation_pool);
1146 new_allocation = slab_alloc_st(&allocator->external_allocation_pool);
1163 slab_create(&allocator->external_allocation_pool, sizeof(struct nine_allocation), 4096);
1172 slab_destroy(&allocator->external_allocation_pool);

Completed in 5 milliseconds