summaryrefslogtreecommitdiff
path: root/src/util/ralloc.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-06ralloc: don't leave out the alignment factorGrazvydas Ignotas1-1/+3
2017-03-02ralloc: Make sure ralloc() allocations match malloc()'s alignment.Jonas Pfeil1-1/+12
2017-02-27ralloc: Delete autofree handling.Kenneth Graunke1-18/+0
2016-10-31ralloc: add a linear allocator as a child node of rallocMarek Olšák1-0/+353
2016-10-31ralloc: remove memset from ralloc_sizeMarek Olšák1-15/+11
2016-10-31ralloc: don't memset ralloc_header, clear it manuallyMarek Olšák1-1/+15
2016-05-10util/ralloc: Remove double zero'ing of rzalloc buffersJordan Justen1-9/+12
2015-12-18ralloc: Fix ralloc_adopt() to the old context's last child's parent.Kenneth Graunke1-0/+1
2015-11-12ralloc: Set *start in ralloc_vasprintf_rewrite_tail() if str is NULL.Matt Turner1-0/+1
2015-09-30util: use strnlen() in strndup() implementationsSamuel Iglesias Gonsalvez1-4/+1
2015-04-02ralloc: Implement a new ralloc_adopt() API.Kenneth Graunke1-0/+26
2014-08-04util: Move ralloc to a new src/util directory.Kenneth Graunke1-0/+492