aboutsummaryrefslogtreecommitdiff
path: root/documentation/research/Memory Management.md
diff options
context:
space:
mode:
authorEduardo Julian2019-12-25 21:48:58 -0400
committerEduardo Julian2019-12-25 21:48:58 -0400
commit18f682e86ebec539ae57a37aac45ecb0eb498a1c (patch)
treecb132eede4471e0c0094cb2dbe19af1b748db976 /documentation/research/Memory Management.md
parentfa37f5d17184db1ed95949352e71542af8fb4ce1 (diff)
Optimized LuxRuntime::case and fixed a few bugs.
Diffstat (limited to '')
-rw-r--r--documentation/research/Memory Management.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/research/Memory Management.md b/documentation/research/Memory Management.md
index 21a222ed9..a0524caef 100644
--- a/documentation/research/Memory Management.md
+++ b/documentation/research/Memory Management.md
@@ -29,7 +29,7 @@
1. https://floooh.github.io/2018/06/17/handles-vs-pointers.html
1. https://www.codemag.com/Article/1807051/Introducing-.NET-Core-2.1-Flagship-Types-Span-T-and-Memory-T
1. https://stefansf.de/post/pointers-are-more-abstract-than-you-might-expect/
-1. http://www.memorymanagement.org/
+1. [Memory Management Reference](https://www.memorymanagement.org/)
1. [Pseudomonarchia jemallocum: The false kingdom of jemalloc, or On exploiting the jemalloc memory manager](http://phrack.com/issues/68/10.html#article)
1. https://gankro.github.io/blah/rust-layouts-and-abis/
1. https://paul.bone.id.au/2018/10/19/gc-falsehoods/