Searched refs:mempool (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | slab.h | 87 void slab_create(struct slab_mempool *mempool, 90 void slab_destroy(struct slab_mempool *mempool); 91 void *slab_alloc_st(struct slab_mempool *mempool); 92 void slab_free_st(struct slab_mempool *mempool, void *ptr);
|
| H A D | slab.c | 283 slab_alloc_st(struct slab_mempool *mempool) argument 285 return slab_alloc(&mempool->child); 292 slab_free_st(struct slab_mempool *mempool, void *ptr) argument 294 slab_free(&mempool->child, ptr); 298 slab_destroy(struct slab_mempool *mempool) argument 300 slab_destroy_child(&mempool->child); 301 slab_destroy_parent(&mempool->parent); 311 slab_create(struct slab_mempool *mempool, argument 315 slab_create_parent(&mempool->parent, item_size, num_items); 316 slab_create_child(&mempool [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | slab.h | 91 void slab_create(struct slab_mempool *mempool, 94 void slab_destroy(struct slab_mempool *mempool); 95 void *slab_alloc_st(struct slab_mempool *mempool); 96 void slab_free_st(struct slab_mempool *mempool, void *ptr);
|
| H A D | slab.c | 286 slab_alloc_st(struct slab_mempool *mempool) argument 288 return slab_alloc(&mempool->child); 295 slab_free_st(struct slab_mempool *mempool, void *ptr) argument 297 slab_free(&mempool->child, ptr); 301 slab_destroy(struct slab_mempool *mempool) argument 303 slab_destroy_child(&mempool->child); 304 slab_destroy_parent(&mempool->parent); 314 slab_create(struct slab_mempool *mempool, argument 318 slab_create_parent(&mempool->parent, item_size, num_items); 319 slab_create_child(&mempool [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/ |
| H A D | crashdec.c | 617 dump_cp_mem_pool(uint32_t *mempool) argument 659 small_mem_pool ? &mempool[0x800] : &mempool[0x1000]; 763 small_mem_pool ? &mempool[0xc00] : &mempool[0x1800]; 770 small_mem_pool ? &mempool[0x1000] : &mempool[0x2000]; 824 uint32_t *chunk_ptr = &mempool[cur_block * 0x20 + cur_chunk * 4];
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.0.0.rst | 1140 - util/slab: Rename slab_mempool typed parameters to mempool
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 25960 "description": "freedreno/crashdec: Split out mempool decoding", [all...] |
Completed in 148 milliseconds