- fixed memory leak, which is happening when parsing options, claimed by ASAN
[fio.git] / zone-dist.h
CommitLineData
07776127
JA
1#ifndef FIO_ZONE_DIST_H
2#define FIO_ZONE_DIST_H
3
4void td_zone_gen_index(struct thread_data *td);
5void td_zone_free_index(struct thread_data *td);
6
7#endif