Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/ralloc: Add helpers for growing zero-initialized memory | Jason Ekstrand | 2019-05-14 | 1 | -0/+62 |
* | ralloc: Fully qualify non-virtual destructor call | Kristian H. Kristensen | 2019-04-19 | 1 | -1/+1 |
* | util/ralloc: add ralloc_str_append() helper | Timothy Arceri | 2017-08-11 | 1 | -0/+18 |
* | ralloc: Delete autofree handling. | Kenneth Graunke | 2017-02-27 | 1 | -9/+0 |
* | ralloc: add a linear allocator as a child node of ralloc | Marek Olšák | 2016-10-31 | 1 | -4/+80 |
* | ralloc: add DECLARE_RZALLOC_CXX_OPERATORS | Marek Olšák | 2016-10-31 | 1 | -2/+7 |
* | util/ralloc: Fix `extern "C"` usage. | Jose Fonseca | 2015-04-13 | 1 | -4/+4 |
* | ralloc: Implement a new ralloc_adopt() API. | Kenneth Graunke | 2015-04-02 | 1 | -0/+7 |
* | ralloc: Mark ralloc functions with gcc's malloc attribute. | Matt Turner | 2014-09-25 | 1 | -8/+8 |
* | util: Gather some common macros | Jason Ekstrand | 2014-08-04 | 1 | -1/+2 |
* | util: Move ralloc to a new src/util directory. | Kenneth Graunke | 2014-08-04 | 1 | -0/+444 |