mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
jemalloc compatibility
This commit is contained in:
@@ -42,6 +42,7 @@ typedef struct st_bitmap
|
||||
extern "C" {
|
||||
#endif
|
||||
extern void create_last_word_mask(MY_BITMAP *map);
|
||||
#define bitmap_init(A,B,C,D) my_bitmap_init(A,B,C,D)
|
||||
extern my_bool bitmap_init(MY_BITMAP *map, my_bitmap_map *buf, uint n_bits,
|
||||
my_bool thread_safe);
|
||||
extern my_bool bitmap_is_clear_all(const MY_BITMAP *map);
|
||||
|
Reference in New Issue
Block a user