util: Mark util_format_description() as a const function.
[mesa.git] / src / util / ralloc.h
2019-05-14 Jason Ekstrandutil/ralloc: Add helpers for growing zero-initialized...
2019-04-19 Kristian H. Kristensenralloc: Fully qualify non-virtual destructor call
2017-08-11 Timothy Arceriutil/ralloc: add ralloc_str_append() helper
2017-02-27 Kenneth Graunkeralloc: Delete autofree handling.
2016-10-31 Marek Olšákralloc: add a linear allocator as a child node of ralloc
2016-10-31 Marek Olšákralloc: add DECLARE_RZALLOC_CXX_OPERATORS
2015-04-13 Jose Fonsecautil/ralloc: Fix `extern "C"` usage.
2015-04-02 Kenneth Graunkeralloc: Implement a new ralloc_adopt() API.
2014-09-25 Matt Turnerralloc: Mark ralloc functions with gcc's malloc attribute.
2014-08-04 Jason Ekstrandutil: Gather some common macros
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.