Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dnine_memory_helper.c1052 struct slab_mempool external_allocation_pool; member
1072 slab_free_st(&allocator->external_allocation_pool, allocation); in nine_free()
1117 new_allocation = slab_alloc_st(&allocator->external_allocation_pool); in nine_suballocate()
1129 new_allocation = slab_alloc_st(&allocator->external_allocation_pool); in nine_wrap_external_pointer()
1146 slab_create(&allocator->external_allocation_pool, sizeof(struct nine_allocation), 4096); in nine_allocator_create()
1155 slab_destroy(&allocator->external_allocation_pool); in nine_allocator_destroy()