X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=smalloc.h;h=6905c6a8c3c806a7ce20616452bb4b82f1fbfe89;hp=d5d4557e121a80fc702ede0ad0655c9cb052b1f9;hb=2b386d2569c9078ca9790c4e6d318ec3835b8739;hpb=303032ae4e13c7ac10b8198c40df98d95a4524a6 diff --git a/smalloc.h b/smalloc.h index d5d4557e..6905c6a8 100644 --- 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