X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=smalloc.h;h=1f7716f45a8d0308f4bcee85225382052d23d08f;hp=4b551e3e4be3fd979462371a4c866c349e2bb04e;hb=38b253f3b6c6c975aa8a5660ab19fa44a7804297;hpb=544992f770de2b98481b980e463e0492c2f2763e diff --git a/smalloc.h b/smalloc.h index 4b551e3e..1f7716f4 100644 --- a/smalloc.h +++ b/smalloc.h @@ -1,12 +1,15 @@ #ifndef FIO_SMALLOC_H #define FIO_SMALLOC_H +#include + 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); extern void scleanup(void); +extern void smalloc_debug(size_t); extern unsigned int smalloc_pool_size;