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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_memory_helper.c214 struct slab_mempool region_pool; member in struct:nine_allocator
389 slab_free_st(&allocator->region_pool, region);
390 slab_free_st(&allocator->region_pool, cur_region);
394 slab_free_st(&allocator->region_pool, region);
400 slab_free_st(&allocator->region_pool, region);
1023 slab_create(&allocator->region_pool, sizeof(struct nine_memfd_file_region), 4096);
1050 slab_free_st(&allocator->region_pool,
1056 slab_destroy(&allocator->region_pool);

Completed in 4 milliseconds