summaryrefslogtreecommitdiffstats
path: root/src/util/slab.c
Commit message (Collapse)AuthorAgeFilesLines
* util: (trivial) add <stdint.h> include to slab.cRoland Scheidegger2016-09-061-0/+1
| | | | should fix "src/util/slab.c:57:13: error: ‘uint8_t’ undeclared"
* util: import the slab allocator from galliumMarek Olšák2016-09-061-0/+180
There are also some cosmetic changes.