Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-27 | libpad: add pad flags and flag for zeroing memory | Vito Caputo | |
2018-11-26 | *: initial commit | Vito 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. |