|
@@ -1,5 +1,7 @@
|
|
# Artifacts of those Memory Management Tsoding Sessions
|
|
# Artifacts of those Memory Management Tsoding Sessions
|
|
|
|
|
|
|
|
+[](https://www.youtube.com/watch?v=sZ8GJ1TiMdk) [](https://www.youtube.com/watch?v=2JgEKEd3tw8)
|
|
|
|
+
|
|
## Quick Start
|
|
## Quick Start
|
|
|
|
|
|
```console
|
|
```console
|
|
@@ -14,7 +16,3 @@ $ ./heap
|
|
- No tricks that obscure the pointers (like XOR Linked Lists).
|
|
- No tricks that obscure the pointers (like XOR Linked Lists).
|
|
- Probably works only on x86_64
|
|
- Probably works only on x86_64
|
|
- Probably works only when compiled with GCC
|
|
- Probably works only when compiled with GCC
|
|
-
|
|
|
|
-## Screencast
|
|
|
|
-
|
|
|
|
-[](https://www.youtube.com/watch?v=sZ8GJ1TiMdk) [](https://www.youtube.com/watch?v=2JgEKEd3tw8)
|
|
|