HomeSort by: relevance | last modified time | path
    Searched defs:slab_child_pool (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/util/
slab.h 60 struct slab_child_pool { struct
80 void slab_create_child(struct slab_child_pool *pool,
82 void slab_destroy_child(struct slab_child_pool *pool);
83 void *slab_alloc(struct slab_child_pool *pool);
84 void slab_free(struct slab_child_pool *pool, void *ptr);
88 struct slab_child_pool child;
  /xsrc/external/mit/MesaLib.old/dist/src/util/
slab.h 56 struct slab_child_pool { struct
76 void slab_create_child(struct slab_child_pool *pool,
78 void slab_destroy_child(struct slab_child_pool *pool);
79 void *slab_alloc(struct slab_child_pool *pool);
80 void slab_free(struct slab_child_pool *pool, void *ptr);
84 struct slab_child_pool child;

Completed in 7 milliseconds