From 71cb844f7d7cc6406c66a580fdb37f8c6e36d171 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 3 Jul 2009 06:52:51 +0000 Subject: Include and use TLSF fast realtime allocator. git-svn-id: http://svn.drobilla.net/resp/tuplr@171 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- src/tuplr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tuplr.cpp') 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) -- cgit v1.2.1