diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2013-05-19 22:22:13 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2013-06-01 10:45:11 -0400 |
| commit | cff203ef762dae6f5f93b55c0d491788b24ea6c4 (patch) | |
| tree | e4f6277027d7c05a5c52d45cadaacd708fa4ef20 /src/rt/jemalloc/test/aligned_alloc.exp | |
| parent | b8391ccea0b2e2718a4d4ef999e9f03583c7ddea (diff) | |
| download | rust-cff203ef762dae6f5f93b55c0d491788b24ea6c4.tar.gz rust-cff203ef762dae6f5f93b55c0d491788b24ea6c4.zip | |
add jemalloc to the runtime
Diffstat (limited to 'src/rt/jemalloc/test/aligned_alloc.exp')
| -rw-r--r-- | src/rt/jemalloc/test/aligned_alloc.exp | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/rt/jemalloc/test/aligned_alloc.exp b/src/rt/jemalloc/test/aligned_alloc.exp new file mode 100644 index 00000000000..b5061c7277e --- /dev/null +++ b/src/rt/jemalloc/test/aligned_alloc.exp @@ -0,0 +1,25 @@ +Test begin +Alignment: 8 +Alignment: 16 +Alignment: 32 +Alignment: 64 +Alignment: 128 +Alignment: 256 +Alignment: 512 +Alignment: 1024 +Alignment: 2048 +Alignment: 4096 +Alignment: 8192 +Alignment: 16384 +Alignment: 32768 +Alignment: 65536 +Alignment: 131072 +Alignment: 262144 +Alignment: 524288 +Alignment: 1048576 +Alignment: 2097152 +Alignment: 4194304 +Alignment: 8388608 +Alignment: 16777216 +Alignment: 33554432 +Test end |
