1. 6c0f75c util/ralloc: Add helpers for growing zero-initialized memory by Jason Ekstrand · 5 years ago
  2. efb1cca util/ralloc: Make sizeof(linear_header) a multiple of 8 by Matt Turner · 6 years ago
  3. 7e3748c util/ralloc: Switch from DEBUG to NDEBUG by Matt Turner · 6 years ago
  4. 70b1696 util/macros: Import ALIGN_POT from ralloc.c by Jason Ekstrand · 6 years ago
  5. c3d54d0 ralloc: Allow reparenting to a NULL context by Jason Ekstrand · 7 years ago
  6. c8b9cf4 util/ralloc: Don't define assert with magic member without DEBUG by Dylan Baker · 7 years ago
  7. 1e24751 util/ralloc: set prev-pointers correctly in ralloc_adopt by Nicolai Hähnle · 7 years ago
  8. 26f4657 util/ralloc: add ralloc_str_append() helper by Timothy Arceri · 7 years ago
  9. 1dc1860 util: remove unneeded Android ifdef from ralloc.c by Rob Herring · 7 years ago
  10. cf164d9 ralloc: Use strnlen() inside of strncat() by Vladislav Egorov · 7 years ago
  11. ff494fe ralloc: don't leave out the alignment factor by Grazvydas Ignotas · 8 years ago
  12. cd2b55e ralloc: Make sure ralloc() allocations match malloc()'s alignment. by Jonas Pfeil · 8 years ago
  13. 63d1ebc ralloc: Delete autofree handling. by Kenneth Graunke · 8 years ago
  14. 6608dbf ralloc: add a linear allocator as a child node of ralloc by Marek Olšák · 8 years ago
  15. acc23b0 ralloc: remove memset from ralloc_size by Marek Olšák · 8 years ago
  16. 3304821 ralloc: don't memset ralloc_header, clear it manually by Marek Olšák · 8 years ago
  17. 2c1c060 util/ralloc: Remove double zero'ing of rzalloc buffers by Jordan Justen · 8 years ago
  18. 14193e4 ralloc: Fix ralloc_adopt() to the old context's last child's parent. by Kenneth Graunke · 9 years ago
  19. 2388772 ralloc: Set *start in ralloc_vasprintf_rewrite_tail() if str is NULL. by Matt Turner · 9 years ago
  20. f3afcbe util: use strnlen() in strndup() implementations by Samuel Iglesias Gonsalvez · 9 years ago
  21. 33f0f68 ralloc: Implement a new ralloc_adopt() API. by Kenneth Graunke · 10 years ago
  22. 1e0da62 util: Move ralloc to a new src/util directory. by Kenneth Graunke · 11 years ago[Renamed from src/glsl/ralloc.c]
  23. 09db494 mesa: Remove the ralloc canary on release builds. by Eric Anholt · 11 years ago
  24. 392f6cf ralloc: Move declarations before statements. by José Fonseca · 12 years ago
  25. 47bd6e4 ralloc: don't write to memory in case of alloc fail. by Dave Airlie · 12 years ago
  26. 41b14d1 ralloc: Annotate printf functions with PRINTFLIKE(...) by Matt Turner · 12 years ago
  27. 1559b2e ralloc: Fix ralloc_parent() of memory allocated out of the NULL context. by Kenneth Graunke · 12 years ago
  28. 8292b74 ralloc: Make rewrite_tail increase "start" by the new text's length. by Kenneth Graunke · 13 years ago
  29. 7f08248 ralloc: Use _vscprintf on MinGW. by José Fonseca · 13 years ago
  30. 20a20c7 ralloc: Move declaration before code. by Vinson Lee · 13 years ago
  31. ca95593 ralloc: Add new [v]asprintf_rewrite_tail functions. by Kenneth Graunke · 13 years ago
  32. b34770d ralloc: include limits.h for SIZE_MAX on Android by Chia-I Wu · 13 years ago
  33. cde443e ralloc: Add missing va_end following va_copy. by Vinson Lee · 14 years ago
  34. 3c701f1 glsl: Fix printf_length() on MSVC. by José Fonseca · 14 years ago
  35. 3ae7aa3 glsl: Define va_copy on MSVC. by José Fonseca · 14 years ago
  36. 42fd9c2 ralloc: a new MIT-licensed recursive memory allocator. by Kenneth Graunke · 14 years ago
  37. dc55254 ralloc: Add a fake implementation of ralloc based on talloc. by Kenneth Graunke · 14 years ago