Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
fio
/
adbf6125ea51ff8e3a892240e3e7024f3c3df127
/
.
/
smalloc.h
blob: 6905c6a8c3c806a7ce20616452bb4b82f1fbfe89 [
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
);
extern
unsigned
int
smalloc_pool_size
;
#endif