Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_memory_helper.c213 struct slab_mempool allocation_pool; member
407 struct nine_memfd_file_region *region = slab_alloc_st(&allocator->allocation_pool); in allocate_region()
761 struct nine_allocation *new_allocation = slab_alloc_st(&allocator->allocation_pool); in nine_allocate()
833 slab_free_st(&allocator->allocation_pool, allocation); in nine_free_internal()
960 struct nine_allocation *new_allocation = slab_alloc_st(&allocator->allocation_pool); in nine_suballocate()
991 struct nine_allocation *new_allocation = slab_alloc_st(&allocator->allocation_pool); in nine_wrap_external_pointer()
1022 slab_create(&allocator->allocation_pool, sizeof(struct nine_allocation), 4096); in nine_allocator_create()
1055 slab_destroy(&allocator->allocation_pool); in nine_allocator_destroy()