aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/ralloc.c
Commit message (Expand)AuthorAgeFilesLines
* util/ralloc: fix ralloc alignment on Win64Jesse Natalie2020-04-211-0/+4
* util/ralloc: Add helpers for growing zero-initialized memoryJason Ekstrand2019-05-141-0/+25
* util/ralloc: Make sizeof(linear_header) a multiple of 8Matt Turner2018-11-121-2/+12
* util/ralloc: Switch from DEBUG to NDEBUGMatt Turner2018-11-121-14/+4
* util/macros: Import ALIGN_POT from ralloc.cJason Ekstrand2018-07-021-2/+0
* ralloc: Allow reparenting to a NULL contextJason Ekstrand2017-10-121-1/+1
* util/ralloc: Don't define assert with magic member without DEBUGDylan Baker2017-09-271-0/+8
* util/ralloc: set prev-pointers correctly in ralloc_adoptNicolai Hähnle2017-09-061-1/+3
* util/ralloc: add ralloc_str_append() helperTimothy Arceri2017-08-111-0/+19
* util: remove unneeded Android ifdef from ralloc.cRob Herring2017-05-251-5/+0
* ralloc: Use strnlen() inside of strncat()Vladislav Egorov2017-05-221-6/+1
* 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