summaryrefslogtreecommitdiffstats
path: root/src/util/ralloc.c
Commit message (Expand)AuthorAgeFilesLines
* ralloc: don't leave out the alignment factorGrazvydas Ignotas2017-03-061-1/+3
* ralloc: Make sure ralloc() allocations match malloc()'s alignment.Jonas Pfeil2017-03-021-1/+12
* ralloc: Delete autofree handling.Kenneth Graunke2017-02-271-18/+0
* ralloc: add a linear allocator as a child node of rallocMarek Olšák2016-10-311-0/+353
* ralloc: remove memset from ralloc_sizeMarek Olšák2016-10-311-15/+11
* ralloc: don't memset ralloc_header, clear it manuallyMarek Olšák2016-10-311-1/+15
* util/ralloc: Remove double zero'ing of rzalloc buffersJordan Justen2016-05-101-9/+12
* ralloc: Fix ralloc_adopt() to the old context's last child's parent.Kenneth Graunke2015-12-181-0/+1
* ralloc: Set *start in ralloc_vasprintf_rewrite_tail() if str is NULL.Matt Turner2015-11-121-0/+1
* util: use strnlen() in strndup() implementationsSamuel Iglesias Gonsalvez2015-09-301-4/+1
* ralloc: Implement a new ralloc_adopt() API.Kenneth Graunke2015-04-021-0/+26
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-0/+492