mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-13 12:17:18 +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,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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue