From 7b810b8a5fa6abc9765fc9c07b1ccb7a4e5e09b6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 30 Dec 2010 08:50:26 +0000 Subject: Rename allocation function to __resp_alloc. git-svn-id: http://svn.drobilla.net/resp/resp@375 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- src/gc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gc.cpp') diff --git a/src/gc.cpp b/src/gc.cpp index 4bae933..e6a296b 100644 --- a/src/gc.cpp +++ b/src/gc.cpp @@ -97,7 +97,7 @@ GC::collect(const Roots& roots) extern "C" { void* -resp_gc_allocate(unsigned size) +__resp_alloc(unsigned size) { static const size_t COLLECT_SIZE = 8 * 1024 * 1024; // 8 MiB -- cgit v1.2.1