Enable slab allocator on OS3

...if we have a sufficiently new (experimental) version of clib2.
This commit is contained in:
Chris Young 2016-11-17 19:26:08 +00:00
parent 71d3e7b4ca
commit 387fd20393

View File

@ -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 <inttypes.h>