util: introduce os_dupfd_cloexec() helper
[mesa.git] / src / util / slab.c
2019-05-30 Marek OlšákChange a few frequented uses of DEBUG to !NDEBUG
2018-12-14 Ian Romanickutil/slab: Rename slab_mempool typed parameters to...
2018-07-02 Jason Ekstrandutil/macros: Import ALIGN_POT from ralloc.c
2017-05-28 Marek Olšákutil: slab_destroy_child should check whether it's...
2016-10-07 Timothy Arceriutil: remove unused variable
2016-10-05 Nicolai Hähnleutil/slab: re-design to allow migration between pools...
2016-09-06 Roland Scheideggerutil: (trivial) add <stdint.h> include to slab.c
2016-09-06 Marek Olšákutil: import the slab allocator from gallium