Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dnine_memory_helper.c196 struct slab_mempool allocation_pool; member
390 struct nine_memfd_file_region *region = slab_alloc_st(&allocator->allocation_pool); in allocate_region()
744 struct nine_allocation *new_allocation = slab_alloc_st(&allocator->allocation_pool); in nine_allocate()
816 slab_free_st(&allocator->allocation_pool, allocation); in nine_free_internal()
943 struct nine_allocation *new_allocation = slab_alloc_st(&allocator->allocation_pool); in nine_suballocate()
974 struct nine_allocation *new_allocation = slab_alloc_st(&allocator->allocation_pool); in nine_wrap_external_pointer()
1005 slab_create(&allocator->allocation_pool, sizeof(struct nine_allocation), 4096); in nine_allocator_create()
1038 slab_destroy(&allocator->allocation_pool); in nine_allocator_destroy()