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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_slab.h55 struct util_slab_mempool { struct
57 void *(*alloc)(struct util_slab_mempool *pool);
58 void (*free)(struct util_slab_mempool *pool, void *ptr);
74 void util_slab_create(struct util_slab_mempool *pool,
79 void util_slab_destroy(struct util_slab_mempool *pool);
81 void util_slab_set_thread_safety(struct util_slab_mempool *pool,
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_slab.h55 struct util_slab_mempool { struct
57 void *(*alloc)(struct util_slab_mempool *pool);
58 void (*free)(struct util_slab_mempool *pool, void *ptr);
74 void util_slab_create(struct util_slab_mempool *pool,
79 void util_slab_destroy(struct util_slab_mempool *pool);
81 void util_slab_set_thread_safety(struct util_slab_mempool *pool,

Completed in 119 milliseconds