X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=smalloc.h;h=6905c6a8c3c806a7ce20616452bb4b82f1fbfe89;hp=d5d4557e121a80fc702ede0ad0655c9cb052b1f9;hb=47d85e2bd4763204a983c7bf4833c0d466dc36ca;hpb=d24c33a479fcd68debad128da057814495f65e20 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