summaryrefslogtreecommitdiff
path: root/src/example.c
AgeCommit message (Collapse)Author
2018-11-27libpad: add pad flags and flag for zeroing memoryVito Caputo
2018-11-26*: initial commitVito Caputo
This is a simple allocator derived from the chunker in the sparkler rototiller particle system module. It's useful for pooling allocations of varying size with a lot of churn. It also gives a convenient way of discarding all allocations through a reset mechanism obviating the need for granular freeing, where applicable.
© All Rights Reserved