X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=smalloc.h;h=1f7716f45a8d0308f4bcee85225382052d23d08f;hb=6463db6c1d3a2a961008e87a86d464b596886f1a;hp=8df10e6f67fd401defbb99b3e68ab0ab15a9d619;hpb=3d2d14bcb844e72809192311369a642c5d415472;p=fio.git diff --git a/smalloc.h b/smalloc.h index 8df10e6f..1f7716f4 100644 --- a/smalloc.h +++ b/smalloc.h @@ -9,6 +9,7 @@ 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;