aboutsummaryrefslogtreecommitdiffstats
path: root/src/tuplr.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-07-03 06:52:51 +0000
committerDavid Robillard <d@drobilla.net>2009-07-03 06:52:51 +0000
commit71cb844f7d7cc6406c66a580fdb37f8c6e36d171 (patch)
tree679a724866ba9ad9fddd28a57c6c9638fb2af1a3 /src/tuplr.cpp
parent58b9333e2d889abd26ef16eda496c0a47209ab58 (diff)
downloadresp-71cb844f7d7cc6406c66a580fdb37f8c6e36d171.tar.gz
resp-71cb844f7d7cc6406c66a580fdb37f8c6e36d171.tar.bz2
resp-71cb844f7d7cc6406c66a580fdb37f8c6e36d171.zip
Include and use TLSF fast realtime allocator.
git-svn-id: http://svn.drobilla.net/resp/tuplr@171 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'src/tuplr.cpp')
-rw-r--r--src/tuplr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tuplr.cpp b/src/tuplr.cpp
index 0b9344a..e9bcae9 100644
--- a/src/tuplr.cpp
+++ b/src/tuplr.cpp
@@ -26,7 +26,7 @@
using namespace std;
-GC Object::pool;
+GC Object::pool(8 * 1024 * 1024);
int
print_usage(char* name, bool error)