summaryrefslogtreecommitdiff
path: root/src/shared/mempool.c
Commit message (Collapse)AuthorAge
* mempool: add a zeroing alloc functionMichal Schmidt2014-10-30
| | | | | Add mempool_alloc0_tile(). It's like mempool_alloc_tile(), but it initializes the allocated tile's memory to zero.
* shared: split mempool implementation from hashmapsMichal Schmidt2014-10-23