summaryrefslogtreecommitdiff
path: root/meap/meap-code/ch6
diff options
context:
space:
mode:
Diffstat (limited to 'meap/meap-code/ch6')
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-gentext/Cargo.lock0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-gentext/Cargo.toml0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-gentext/src/main.rs0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-heap-vs-stack-intro/Cargo.lock0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-heap-vs-stack-intro/Cargo.toml0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-heap-vs-stack-intro/src/main.rs0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-heap-vs-stack/Cargo.lock0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-heap-vs-stack/Cargo.toml0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-heap-vs-stack/src/main.rs0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-meminfo-win/Cargo.lock0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-meminfo-win/Cargo.toml0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-meminfo-win/src/main.rs0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-memscan-1/Cargo.lock0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-memscan-1/Cargo.toml0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-memscan-1/src/main.rs0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-memscan-2/Cargo.lock0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-memscan-2/Cargo.toml0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-memscan-2/src/main.rs0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-memscan-3/Cargo.lock0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-memscan-3/Cargo.toml0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-memscan-3/src/main.rs0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-particles/Cargo.lock0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-particles/Cargo.toml0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-particles/Dockerfile0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-particles/Vagrantfile0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-particles/src/main.rs0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-tracing-output/allocation-times-by-allocation-size.pngbin110328 -> 110328 bytes
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-tracing-output/plot-allocation-times-by-allocation-size.plot0
-rwxr-xr-x[-rw-r--r--]meap/meap-code/ch6/ch6-tracing-output/trace.tsv0
29 files changed, 0 insertions, 0 deletions
diff --git a/meap/meap-code/ch6/ch6-gentext/Cargo.lock b/meap/meap-code/ch6/ch6-gentext/Cargo.lock
index a6f135b..a6f135b 100644..100755
--- a/meap/meap-code/ch6/ch6-gentext/Cargo.lock
+++ b/meap/meap-code/ch6/ch6-gentext/Cargo.lock
diff --git a/meap/meap-code/ch6/ch6-gentext/Cargo.toml b/meap/meap-code/ch6/ch6-gentext/Cargo.toml
index 81c1ccd..81c1ccd 100644..100755
--- a/meap/meap-code/ch6/ch6-gentext/Cargo.toml
+++ b/meap/meap-code/ch6/ch6-gentext/Cargo.toml
diff --git a/meap/meap-code/ch6/ch6-gentext/src/main.rs b/meap/meap-code/ch6/ch6-gentext/src/main.rs
index a6003ca..a6003ca 100644..100755
--- a/meap/meap-code/ch6/ch6-gentext/src/main.rs
+++ b/meap/meap-code/ch6/ch6-gentext/src/main.rs
diff --git a/meap/meap-code/ch6/ch6-heap-vs-stack-intro/Cargo.lock b/meap/meap-code/ch6/ch6-heap-vs-stack-intro/Cargo.lock
index 08fd6bd..08fd6bd 100644..100755
--- a/meap/meap-code/ch6/ch6-heap-vs-stack-intro/Cargo.lock
+++ b/meap/meap-code/ch6/ch6-heap-vs-stack-intro/Cargo.lock
diff --git a/meap/meap-code/ch6/ch6-heap-vs-stack-intro/Cargo.toml b/meap/meap-code/ch6/ch6-heap-vs-stack-intro/Cargo.toml
index c635bbd..c635bbd 100644..100755
--- a/meap/meap-code/ch6/ch6-heap-vs-stack-intro/Cargo.toml
+++ b/meap/meap-code/ch6/ch6-heap-vs-stack-intro/Cargo.toml
diff --git a/meap/meap-code/ch6/ch6-heap-vs-stack-intro/src/main.rs b/meap/meap-code/ch6/ch6-heap-vs-stack-intro/src/main.rs
index cb13926..cb13926 100644..100755
--- a/meap/meap-code/ch6/ch6-heap-vs-stack-intro/src/main.rs
+++ b/meap/meap-code/ch6/ch6-heap-vs-stack-intro/src/main.rs
diff --git a/meap/meap-code/ch6/ch6-heap-vs-stack/Cargo.lock b/meap/meap-code/ch6/ch6-heap-vs-stack/Cargo.lock
index d427b41..d427b41 100644..100755
--- a/meap/meap-code/ch6/ch6-heap-vs-stack/Cargo.lock
+++ b/meap/meap-code/ch6/ch6-heap-vs-stack/Cargo.lock
diff --git a/meap/meap-code/ch6/ch6-heap-vs-stack/Cargo.toml b/meap/meap-code/ch6/ch6-heap-vs-stack/Cargo.toml
index 46d9dff..46d9dff 100644..100755
--- a/meap/meap-code/ch6/ch6-heap-vs-stack/Cargo.toml
+++ b/meap/meap-code/ch6/ch6-heap-vs-stack/Cargo.toml
diff --git a/meap/meap-code/ch6/ch6-heap-vs-stack/src/main.rs b/meap/meap-code/ch6/ch6-heap-vs-stack/src/main.rs
index 3bf14c6..3bf14c6 100644..100755
--- a/meap/meap-code/ch6/ch6-heap-vs-stack/src/main.rs
+++ b/meap/meap-code/ch6/ch6-heap-vs-stack/src/main.rs
diff --git a/meap/meap-code/ch6/ch6-meminfo-win/Cargo.lock b/meap/meap-code/ch6/ch6-meminfo-win/Cargo.lock
index 99ff3ec..99ff3ec 100644..100755
--- a/meap/meap-code/ch6/ch6-meminfo-win/Cargo.lock
+++ b/meap/meap-code/ch6/ch6-meminfo-win/Cargo.lock
diff --git a/meap/meap-code/ch6/ch6-meminfo-win/Cargo.toml b/meap/meap-code/ch6/ch6-meminfo-win/Cargo.toml
index 5c44b56..5c44b56 100644..100755
--- a/meap/meap-code/ch6/ch6-meminfo-win/Cargo.toml
+++ b/meap/meap-code/ch6/ch6-meminfo-win/Cargo.toml
diff --git a/meap/meap-code/ch6/ch6-meminfo-win/src/main.rs b/meap/meap-code/ch6/ch6-meminfo-win/src/main.rs
index cbeb18b..cbeb18b 100644..100755
--- a/meap/meap-code/ch6/ch6-meminfo-win/src/main.rs
+++ b/meap/meap-code/ch6/ch6-meminfo-win/src/main.rs
diff --git a/meap/meap-code/ch6/ch6-memscan-1/Cargo.lock b/meap/meap-code/ch6/ch6-memscan-1/Cargo.lock
index 622c46c..622c46c 100644..100755
--- a/meap/meap-code/ch6/ch6-memscan-1/Cargo.lock
+++ b/meap/meap-code/ch6/ch6-memscan-1/Cargo.lock
diff --git a/meap/meap-code/ch6/ch6-memscan-1/Cargo.toml b/meap/meap-code/ch6/ch6-memscan-1/Cargo.toml
index 9819069..9819069 100644..100755
--- a/meap/meap-code/ch6/ch6-memscan-1/Cargo.toml
+++ b/meap/meap-code/ch6/ch6-memscan-1/Cargo.toml
diff --git a/meap/meap-code/ch6/ch6-memscan-1/src/main.rs b/meap/meap-code/ch6/ch6-memscan-1/src/main.rs
index b92da20..b92da20 100644..100755
--- a/meap/meap-code/ch6/ch6-memscan-1/src/main.rs
+++ b/meap/meap-code/ch6/ch6-memscan-1/src/main.rs
diff --git a/meap/meap-code/ch6/ch6-memscan-2/Cargo.lock b/meap/meap-code/ch6/ch6-memscan-2/Cargo.lock
index 8650077..8650077 100644..100755
--- a/meap/meap-code/ch6/ch6-memscan-2/Cargo.lock
+++ b/meap/meap-code/ch6/ch6-memscan-2/Cargo.lock
diff --git a/meap/meap-code/ch6/ch6-memscan-2/Cargo.toml b/meap/meap-code/ch6/ch6-memscan-2/Cargo.toml
index 02e76db..02e76db 100644..100755
--- a/meap/meap-code/ch6/ch6-memscan-2/Cargo.toml
+++ b/meap/meap-code/ch6/ch6-memscan-2/Cargo.toml
diff --git a/meap/meap-code/ch6/ch6-memscan-2/src/main.rs b/meap/meap-code/ch6/ch6-memscan-2/src/main.rs
index 3784436..3784436 100644..100755
--- a/meap/meap-code/ch6/ch6-memscan-2/src/main.rs
+++ b/meap/meap-code/ch6/ch6-memscan-2/src/main.rs
diff --git a/meap/meap-code/ch6/ch6-memscan-3/Cargo.lock b/meap/meap-code/ch6/ch6-memscan-3/Cargo.lock
index b5ac3f7..b5ac3f7 100644..100755
--- a/meap/meap-code/ch6/ch6-memscan-3/Cargo.lock
+++ b/meap/meap-code/ch6/ch6-memscan-3/Cargo.lock
diff --git a/meap/meap-code/ch6/ch6-memscan-3/Cargo.toml b/meap/meap-code/ch6/ch6-memscan-3/Cargo.toml
index 39e2cc5..39e2cc5 100644..100755
--- a/meap/meap-code/ch6/ch6-memscan-3/Cargo.toml
+++ b/meap/meap-code/ch6/ch6-memscan-3/Cargo.toml
diff --git a/meap/meap-code/ch6/ch6-memscan-3/src/main.rs b/meap/meap-code/ch6/ch6-memscan-3/src/main.rs
index f25dfb5..f25dfb5 100644..100755
--- a/meap/meap-code/ch6/ch6-memscan-3/src/main.rs
+++ b/meap/meap-code/ch6/ch6-memscan-3/src/main.rs
diff --git a/meap/meap-code/ch6/ch6-particles/Cargo.lock b/meap/meap-code/ch6/ch6-particles/Cargo.lock
index 5900c66..5900c66 100644..100755
--- a/meap/meap-code/ch6/ch6-particles/Cargo.lock
+++ b/meap/meap-code/ch6/ch6-particles/Cargo.lock
diff --git a/meap/meap-code/ch6/ch6-particles/Cargo.toml b/meap/meap-code/ch6/ch6-particles/Cargo.toml
index e74db41..e74db41 100644..100755
--- a/meap/meap-code/ch6/ch6-particles/Cargo.toml
+++ b/meap/meap-code/ch6/ch6-particles/Cargo.toml
diff --git a/meap/meap-code/ch6/ch6-particles/Dockerfile b/meap/meap-code/ch6/ch6-particles/Dockerfile
index 3850076..3850076 100644..100755
--- a/meap/meap-code/ch6/ch6-particles/Dockerfile
+++ b/meap/meap-code/ch6/ch6-particles/Dockerfile
diff --git a/meap/meap-code/ch6/ch6-particles/Vagrantfile b/meap/meap-code/ch6/ch6-particles/Vagrantfile
index 8bc9eb8..8bc9eb8 100644..100755
--- a/meap/meap-code/ch6/ch6-particles/Vagrantfile
+++ b/meap/meap-code/ch6/ch6-particles/Vagrantfile
diff --git a/meap/meap-code/ch6/ch6-particles/src/main.rs b/meap/meap-code/ch6/ch6-particles/src/main.rs
index 93696fb..93696fb 100644..100755
--- a/meap/meap-code/ch6/ch6-particles/src/main.rs
+++ b/meap/meap-code/ch6/ch6-particles/src/main.rs
diff --git a/meap/meap-code/ch6/ch6-tracing-output/allocation-times-by-allocation-size.png b/meap/meap-code/ch6/ch6-tracing-output/allocation-times-by-allocation-size.png
index f20fefb..f20fefb 100644..100755
--- a/meap/meap-code/ch6/ch6-tracing-output/allocation-times-by-allocation-size.png
+++ b/meap/meap-code/ch6/ch6-tracing-output/allocation-times-by-allocation-size.png
Binary files differ
diff --git a/meap/meap-code/ch6/ch6-tracing-output/plot-allocation-times-by-allocation-size.plot b/meap/meap-code/ch6/ch6-tracing-output/plot-allocation-times-by-allocation-size.plot
index f9bca8e..f9bca8e 100644..100755
--- a/meap/meap-code/ch6/ch6-tracing-output/plot-allocation-times-by-allocation-size.plot
+++ b/meap/meap-code/ch6/ch6-tracing-output/plot-allocation-times-by-allocation-size.plot
diff --git a/meap/meap-code/ch6/ch6-tracing-output/trace.tsv b/meap/meap-code/ch6/ch6-tracing-output/trace.tsv
index ad5b658..ad5b658 100644..100755
--- a/meap/meap-code/ch6/ch6-tracing-output/trace.tsv
+++ b/meap/meap-code/ch6/ch6-tracing-output/trace.tsv