mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-24 16:13:38 +03:00
Add probabability distribution utility code.
Add probabability distribution utility code that enables generation of random deviates drawn from normal, Chi-square, and Gamma distributions. Fix format strings in several of the assert_* macros (remove a %s). Clean up header issues; it's critical that system headers are not included after internal definitions potentially do things like: #define inline Fix the build system to incorporate header dependencies for the test library C files.
This commit is contained in:
parent
80061b6df0
commit
b1941c6150
11 changed files with 731 additions and 48 deletions
2
test/src/math.c
Normal file
2
test/src/math.c
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#define MATH_C_
|
||||
#include "test/jemalloc_test.h"
|
||||
Loading…
Add table
Add a link
Reference in a new issue