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:
@@ -1,5 +1,8 @@
|
||||
#include "test/jemalloc_test.h"
|
||||
|
||||
extern uint64_t nstime_ms(const nstime_t *time);
|
||||
extern void nstime_isubtract(nstime_t *time, uint64_t subtrahend);
|
||||
|
||||
#define BILLION UINT64_C(1000000000)
|
||||
|
||||
TEST_BEGIN(test_nstime_init) {
|
||||
|
||||
Reference in New Issue
Block a user