Index: doc/theses/mubeen_zulfiqar_MMath/uw-ethesis.bib
===================================================================
--- doc/theses/mubeen_zulfiqar_MMath/uw-ethesis.bib	(revision bbbb1e387fcb9e40456082d637c899bac52ea93d)
+++ doc/theses/mubeen_zulfiqar_MMath/uw-ethesis.bib	(revision b787cad0ac5c7523b4c45d1931ec2be4ad280c7c)
@@ -124,10 +124,33 @@
 }
 
-@misc{nedmalloc,
-    author	= {Niall Douglas},
-    title	= {nedmalloc version 1.06 Beta},
-    month	= jan,
-    year	= 2010,
-    note	= {\textsf{http://\-prdownloads.\-sourceforge.\-net/\-nedmalloc/\-nedmalloc\_v1.06beta1\_svn1151.zip}},
+@misc{ptmalloc2,
+    author	= {Wolfram Gloger},
+    title	= {ptmalloc version 2},
+    month	= jun,
+    year	= 2006,
+    note	= {\href{http://www.malloc.de/malloc/ptmalloc2-current.tar.gz}{http://www.malloc.de/\-malloc/\-ptmalloc2-current.tar.gz}},
+}
+
+@misc{GNUallocAPI,
+    author	= {GNU},
+    title	= {Summary of malloc-Related Functions},
+    year	= 2020,
+    note	= {\href{https://www.gnu.org/software/libc/manual/html\_node/Summary-of-Malloc.html}{https://www.gnu.org/\-software/\-libc/\-manual/\-html\_node/\-Summary-of-Malloc.html}},
+}
+
+@misc{SeriallyReusable,
+    author	= {IBM},
+    title	= {Serially reusable programs},
+    month	= mar,
+    year	= 2021,
+    note	= {\href{https://www.ibm.com/docs/en/ztpf/1.1.0.15?topic=structures-serially-reusable-programs}{https://www.ibm.com/\-docs/\-en/\-ztpf/\-1.1.0.15?\-topic=structures-serially-reusable-programs}},
+}
+
+@misc{librseq,
+    author	= {Mathieu Desnoyers},
+    title	= {Library for Restartable Sequences},
+    month	= mar,
+    year	= 2022,
+    note	= {\href{https://github.com/compudj/librseq}{https://github.com/compudj/librseq}},
 }
 
