X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=smalloc.h;h=4b551e3e4be3fd979462371a4c866c349e2bb04e;hp=f9a5e410fae79b570973a708c95f713912d8e40c;hb=b8f7e41244a9c3ca8df5dd5c0111b4423d7e1534;hpb=4d2987c3e47aaffcc88a9255316323cf94d7e029 diff --git a/smalloc.h b/smalloc.h index f9a5e410..4b551e3e 100644 --- a/smalloc.h +++ b/smalloc.h @@ -2,6 +2,7 @@ #define FIO_SMALLOC_H extern void *smalloc(size_t); +extern void *scalloc(size_t, size_t); extern void sfree(void *); extern char *smalloc_strdup(const char *); extern void sinit(void);