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,11 @@
|
||||
|
||||
#include "jemalloc/internal/prof_recent.h"
|
||||
|
||||
extern edata_t *prof_recent_alloc_edata_get_no_lock_test(
|
||||
const prof_recent_t *node);
|
||||
extern prof_recent_t *edata_prof_recent_alloc_get_no_lock_test(
|
||||
const edata_t *edata);
|
||||
|
||||
/* As specified in the shell script */
|
||||
#define OPT_ALLOC_MAX 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user