summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/base_inlines.h
blob: 931560bfaeabe4b12c11d654a38fd75aeaed097d (plain)
1
2
3
4
5
6
7
8
9
#ifndef JEMALLOC_INTERNAL_BASE_INLINES_H
#define JEMALLOC_INTERNAL_BASE_INLINES_H

static inline unsigned
base_ind_get(const base_t *base) {
	return base->ind;
}

#endif /* JEMALLOC_INTERNAL_BASE_INLINES_H */