summaryrefslogtreecommitdiffstats
path: root/deps/jemalloc/include/jemalloc/internal/tsd_types.h
blob: a6ae37da5a21e5c668731d33de17ac3cbe28cf3d (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef JEMALLOC_INTERNAL_TSD_TYPES_H
#define JEMALLOC_INTERNAL_TSD_TYPES_H

#define MALLOC_TSD_CLEANUPS_MAX	4

typedef struct tsd_s tsd_t;
typedef struct tsdn_s tsdn_t;
typedef bool (*malloc_tsd_cleanup_t)(void);

#endif /* JEMALLOC_INTERNAL_TSD_TYPES_H */