mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-04 10:14:29 +03:00
Enable slab allocator on OS3
...if we have a sufficiently new (experimental) version of clib2.
This commit is contained in:
parent
71d3e7b4ca
commit
387fd20393
@ -17,10 +17,12 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/** \file
|
/** \file
|
||||||
* Minimal compatibility header for AmigaOS 3
|
* Compatibility functions for AmigaOS 3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __amigaos4__
|
#ifndef __amigaos4__
|
||||||
|
ULONG __slab_max_size = 4096; /* Enable clib2's slab allocator */
|
||||||
|
|
||||||
#include "os3support.h"
|
#include "os3support.h"
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user