mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 13:13:06 +00:00
De-export test-only helpers via JET_EXTERN / #ifdef JEMALLOC_JET; declare in unit tests, not headers
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
#include "test/nbits.h"
|
||||
|
||||
extern void bitmap_info_init(bitmap_info_t *binfo, size_t nbits);
|
||||
extern size_t bitmap_size(const bitmap_info_t *binfo);
|
||||
|
||||
static void
|
||||
test_bitmap_initializer_body(const bitmap_info_t *binfo, size_t nbits) {
|
||||
bitmap_info_t binfo_dyn;
|
||||
|
||||
Reference in New Issue
Block a user