From 0bc32aa654271fd592d36fabf272e3fa0ca0a450 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 27 Nov 2016 17:10:03 +0000 Subject: Add more clib2 stats JSON formatted data can now be saved with ARexx "SLABSTATS stats.json" --- frontends/amiga/memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga/memory.h') diff --git a/frontends/amiga/memory.h b/frontends/amiga/memory.h index a87a3ea97..7abf0a387 100644 --- a/frontends/amiga/memory.h +++ b/frontends/amiga/memory.h @@ -59,7 +59,7 @@ void *ami_memory_clear_alloc(size_t size, UBYTE value); /* clib2 slab allocator */ #ifndef __amigaos4__ -void ami_memory_slab_dump(void); +void ami_memory_slab_dump(BPTR fh); struct Interrupt *ami_memory_init(void); void ami_memory_fini(struct Interrupt *memhandler); #endif -- cgit v1.2.3