mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-24 20:02:14 +03:00
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. |
||
|---|---|---|
| .. | ||
| jemalloc_test.h.in | ||
| jemalloc_test_defs.h.in | ||
| math.h | ||
| SFMT-alti.h | ||
| SFMT-params.h | ||
| SFMT-params607.h | ||
| SFMT-params1279.h | ||
| SFMT-params2281.h | ||
| SFMT-params4253.h | ||
| SFMT-params11213.h | ||
| SFMT-params19937.h | ||
| SFMT-params44497.h | ||
| SFMT-params86243.h | ||
| SFMT-params132049.h | ||
| SFMT-params216091.h | ||
| SFMT-sse2.h | ||
| SFMT.h | ||
| test.h | ||
| thread.h | ||