mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-15 00:15:39 +03:00
De-export test-only helpers via JET_EXTERN / #ifdef JEMALLOC_JET; declare in unit tests, not headers
This commit is contained in:
parent
6db4d0c468
commit
4de3a4c3d1
46 changed files with 123 additions and 59 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue