]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/jemalloc/include/jemalloc/internal/arena_structs_a.h
Import DTS from Linux 4.20
[FreeBSD/FreeBSD.git] / contrib / jemalloc / include / jemalloc / internal / arena_structs_a.h
1 #ifndef JEMALLOC_INTERNAL_ARENA_STRUCTS_A_H
2 #define JEMALLOC_INTERNAL_ARENA_STRUCTS_A_H
3
4 #include "jemalloc/internal/bitmap.h"
5
6 struct arena_slab_data_s {
7         /* Per region allocated/deallocated bitmap. */
8         bitmap_t        bitmap[BITMAP_GROUPS_MAX];
9 };
10
11 #endif /* JEMALLOC_INTERNAL_ARENA_STRUCTS_A_H */