aboutsummaryrefslogtreecommitdiffstats
path: root/src/gc.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-30 08:50:26 +0000
committerDavid Robillard <d@drobilla.net>2010-12-30 08:50:26 +0000
commit7b810b8a5fa6abc9765fc9c07b1ccb7a4e5e09b6 (patch)
treea9324d51a27ecb6318c06dbfae88bb1e4be75561 /src/gc.cpp
parent2eda11ca28589991471ff3251cccc2471424770e (diff)
downloadresp-7b810b8a5fa6abc9765fc9c07b1ccb7a4e5e09b6.tar.gz
resp-7b810b8a5fa6abc9765fc9c07b1ccb7a4e5e09b6.tar.bz2
resp-7b810b8a5fa6abc9765fc9c07b1ccb7a4e5e09b6.zip
Rename allocation function to __resp_alloc.
git-svn-id: http://svn.drobilla.net/resp/resp@375 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'src/gc.cpp')
-rw-r--r--src/gc.cpp2
1 files changed, 1 insertions, 1 deletions
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