aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flsupport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/source/flsupport.cpp')
-rw-r--r--externals/grill/flext/source/flsupport.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/externals/grill/flext/source/flsupport.cpp b/externals/grill/flext/source/flsupport.cpp
index a05f2b04..3443eb46 100644
--- a/externals/grill/flext/source/flsupport.cpp
+++ b/externals/grill/flext/source/flsupport.cpp
@@ -104,6 +104,8 @@ void flext::Setup()
#define LARGEALLOC 32000
+#ifndef FLEXT_USECMEM
+
#ifdef FLEXT_DEBUGMEM
static const size_t memtest = 0x12345678L;
#endif
@@ -192,6 +194,8 @@ bool flext_root::MemCheck(void *blk)
}
#endif
+#endif
+
void *flext_root::NewAligned(size_t bytes,int bitalign)
{
const size_t ovh = sizeof(size_t)+sizeof(char *);