Searched defs:slab_mempool (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/util/
H A Dslab.h82 struct slab_mempool { struct
87 void slab_create(struct slab_mempool *pool,
90 void slab_destroy(struct slab_mempool *pool);
91 void *slab_alloc_st(struct slab_mempool *pool);
92 void slab_free_st(struct slab_mempool *pool, void *ptr);

Completed in 1643 milliseconds