Add a tool to examine random number distributions

This commit is contained in:
Yinan Zhang
2020-05-04 14:58:25 -07:00
parent d460333efb
commit 537a4bedb4
4 changed files with 311 additions and 7 deletions

View File

@@ -38,9 +38,9 @@ extern "C" {
/******************************************************************************/
/*
* For unit tests, expose all public and private interfaces.
* For unit tests and analytics tests, expose all public and private interfaces.
*/
#ifdef JEMALLOC_UNIT_TEST
#if defined(JEMALLOC_UNIT_TEST) || defined (JEMALLOC_ANALYZE_TEST)
# define JEMALLOC_JET
# define JEMALLOC_MANGLE
# include "jemalloc/internal/jemalloc_preamble.h"