blob: d5d4557e121a80fc702ede0ad0655c9cb052b1f9 [file] [log] [blame]
#ifndef FIO_SMALLOC_H
#define FIO_SMALLOC_H
extern void *smalloc(unsigned int);
extern void sfree(void *);
extern char *smalloc_strdup(const char *);
extern void sinit(void);
extern void scleanup(void);
#endif