Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dralloc.c622 void *rubbish; member
884 ctx->rubbish = ralloc_context(NULL); in gc_sweep_start()
885 ralloc_adopt(ctx->rubbish, ctx); in gc_sweep_start()
901 assert(ctx->rubbish); in gc_sweep_end()
936 ralloc_free(ctx->rubbish); in gc_sweep_end()
937 ctx->rubbish = NULL; in gc_sweep_end()