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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_memory_helper.c213 struct slab_mempool allocation_pool; member in struct:nine_allocator
407 struct nine_memfd_file_region *region = slab_alloc_st(&allocator->allocation_pool);
761 struct nine_allocation *new_allocation = slab_alloc_st(&allocator->allocation_pool);
833 slab_free_st(&allocator->allocation_pool, allocation);
960 struct nine_allocation *new_allocation = slab_alloc_st(&allocator->allocation_pool);
991 struct nine_allocation *new_allocation = slab_alloc_st(&allocator->allocation_pool);
1022 slab_create(&allocator->allocation_pool, sizeof(struct nine_allocation), 4096);
1055 slab_destroy(&allocator->allocation_pool);

Completed in 4 milliseconds