From 387fd203936c7623ed9a2a503eef3bb47418dffc Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 17 Nov 2016 19:26:08 +0000 Subject: Enable slab allocator on OS3 ...if we have a sufficiently new (experimental) version of clib2. --- frontends/amiga/os3support.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontends/amiga/os3support.c b/frontends/amiga/os3support.c index b251448a6..d5d6c13bc 100644 --- a/frontends/amiga/os3support.c +++ b/frontends/amiga/os3support.c @@ -17,10 +17,12 @@ */ /** \file - * Minimal compatibility header for AmigaOS 3 + * Compatibility functions for AmigaOS 3 */ #ifndef __amigaos4__ +ULONG __slab_max_size = 4096; /* Enable clib2's slab allocator */ + #include "os3support.h" #include -- cgit v1.2.3