mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-22 10:52:12 +03:00
Add a tool to examine random number distributions
This commit is contained in:
parent
d460333efb
commit
537a4bedb4
4 changed files with 311 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue