summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2018-11-26 23:46:55 -0800
committerVito Caputo <vcaputo@pengaru.com>2018-11-26 23:46:55 -0800
commit3abb513923adb1f5238a62dd7c64c433a08d9d62 (patch)
tree58ce04e6d82548ea8a93446bd64a06af01e0749a /Makefile.am
*: initial commit
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..af437a6
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = src
© All Rights Reserved