Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ralloc: Hook up C++ destructors to ralloc when necessary. | Francisco Jerez | 2013-10-29 | 1 | -0/+14 |
* | ralloc: Remove the rzalloc-based new/delete operator definition macro. | Francisco Jerez | 2013-10-01 | 1 | -14/+12 |
* | ralloc: Introduce new macros for defining C++ new/delete operators. | Kenneth Graunke | 2013-09-21 | 1 | -0/+26 |
* | ralloc: Annotate printf functions with PRINTFLIKE(...) | Matt Turner | 2012-10-25 | 1 | -3/+6 |
* | ralloc: Make rewrite_tail increase "start" by the new text's length. | Kenneth Graunke | 2012-02-28 | 1 | -2/+4 |
* | ralloc: Add new [v]asprintf_rewrite_tail functions. | Kenneth Graunke | 2011-10-25 | 1 | -0/+57 |
* | ralloc: a new MIT-licensed recursive memory allocator. | Kenneth Graunke | 2011-01-31 | 1 | -1/+8 |
* | ralloc: Add a fake implementation of ralloc based on talloc. | Kenneth Graunke | 2011-01-31 | 1 | -0/+338 |