aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/slab.c
Commit message (Expand)AuthorAgeFilesLines
* Change a few frequented uses of DEBUG to !NDEBUGMarek Olšák2019-05-291-2/+2
* util/slab: Rename slab_mempool typed parameters to mempoolIan Romanick2018-12-141-10/+10
* util/macros: Import ALIGN_POT from ralloc.cJason Ekstrand2018-07-021-4/+2
* util: slab_destroy_child should check whether it's been initializedMarek Olšák2017-05-291-0/+3
* util: remove unused variableTimothy Arceri2016-10-071-4/+2
* util/slab: re-design to allow migration between pools (v3)Nicolai Hähnle2016-10-051-74/+211
* util: (trivial) add <stdint.h> include to slab.cRoland Scheidegger2016-09-061-0/+1
* util: import the slab allocator from galliumMarek Olšák2016-09-061-0/+180