Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dslab.h86 void slab_free(struct slab_child_pool *pool, void *ptr);
Dslab.c255 void slab_free(struct slab_child_pool *pool, void *ptr) in slab_free() function
310 slab_free(&mempool->child, ptr); in slab_free_st()