Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ralloc: add a linear allocator as a child node of ralloc | Marek Olšák | 2016-10-31 | 1 | -0/+353 |
* | ralloc: remove memset from ralloc_size | Marek Olšák | 2016-10-31 | 1 | -15/+11 |
* | ralloc: don't memset ralloc_header, clear it manually | Marek Olšák | 2016-10-31 | 1 | -1/+15 |
* | util/ralloc: Remove double zero'ing of rzalloc buffers | Jordan Justen | 2016-05-10 | 1 | -9/+12 |
* | ralloc: Fix ralloc_adopt() to the old context's last child's parent. | Kenneth Graunke | 2015-12-18 | 1 | -0/+1 |
* | ralloc: Set *start in ralloc_vasprintf_rewrite_tail() if str is NULL. | Matt Turner | 2015-11-12 | 1 | -0/+1 |
* | util: use strnlen() in strndup() implementations | Samuel Iglesias Gonsalvez | 2015-09-30 | 1 | -4/+1 |
* | ralloc: Implement a new ralloc_adopt() API. | Kenneth Graunke | 2015-04-02 | 1 | -0/+26 |
* | util: Move ralloc to a new src/util directory. | Kenneth Graunke | 2014-08-04 | 1 | -0/+492 |