summaryrefslogtreecommitdiffstats
path: root/src/glsl/ralloc.h
Commit message (Expand)AuthorAgeFilesLines
* ralloc: Hook up C++ destructors to ralloc when necessary.Francisco Jerez2013-10-291-0/+14
* ralloc: Remove the rzalloc-based new/delete operator definition macro.Francisco Jerez2013-10-011-14/+12
* ralloc: Introduce new macros for defining C++ new/delete operators.Kenneth Graunke2013-09-211-0/+26
* ralloc: Annotate printf functions with PRINTFLIKE(...)Matt Turner2012-10-251-3/+6
* ralloc: Make rewrite_tail increase "start" by the new text's length.Kenneth Graunke2012-02-281-2/+4
* ralloc: Add new [v]asprintf_rewrite_tail functions.Kenneth Graunke2011-10-251-0/+57
* ralloc: a new MIT-licensed recursive memory allocator.Kenneth Graunke2011-01-311-1/+8
* ralloc: Add a fake implementation of ralloc based on talloc.Kenneth Graunke2011-01-311-0/+338