Add softrandommap and --alloc-size options
[fio.git] / smalloc.h
index d5d4557e121a80fc702ede0ad0655c9cb052b1f9..6905c6a8c3c806a7ce20616452bb4b82f1fbfe89 100644 (file)
--- a/smalloc.h
+++ b/smalloc.h
@@ -7,4 +7,6 @@ extern char *smalloc_strdup(const char *);
 extern void sinit(void);
 extern void scleanup(void);
 
+extern unsigned int smalloc_pool_size;
+
 #endif