mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 17:47:22 +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
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -71,6 +71,11 @@ test/include/test/jemalloc_test_defs.h
|
|||
/test/unit/*.[od]
|
||||
/test/unit/*.out
|
||||
|
||||
/test/analyze/[A-Za-z]*
|
||||
!/test/analyze/[A-Za-z]*.*
|
||||
/test/analyze/*.[od]
|
||||
/test/analyze/*.out
|
||||
|
||||
/VERSION
|
||||
|
||||
*.pdb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue