mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 21:23: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,8 @@
|
||||
|
||||
#include "jemalloc/internal/buf_writer.h"
|
||||
|
||||
extern void buf_writer_flush(buf_writer_t *buf_writer);
|
||||
|
||||
#define TEST_BUF_SIZE 16
|
||||
#define UNIT_MAX (TEST_BUF_SIZE * 3)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user