Index: doc/theses/mubeen_zulfiqar_MMath/performance.tex
===================================================================
--- doc/theses/mubeen_zulfiqar_MMath/performance.tex	(revision 2ebde76f036095871378c095f179b8333dbd7970)
+++ doc/theses/mubeen_zulfiqar_MMath/performance.tex	(revision 8f94a63ca705570706ca96a082d8b356caa33adb)
@@ -60,11 +60,11 @@
 \textbf{Compilation command:} @autogen.sh; configure; make; make install@
 
-\paragraph{pt3malloc (\textsf{pt3})}
-\cite{pt3malloc} is a modification of dlmalloc.
+\paragraph{ptmalloc3 (\textsf{pt3})}
+\cite{ptmalloc3} is a modification of dlmalloc.
 It is a thread-safe multi-threaded memory allocator that uses multiple heaps.
-pt3malloc heap has similar design to dlmalloc's heap.
+ptmalloc3 heap has similar design to dlmalloc's heap.
 \\
 \textbf{Version:} 1.8\\
-\textbf{Configuration:} Compiled with pt3malloc's @Makefile@ using option ``linux-shared''.\\
+\textbf{Configuration:} Compiled with ptmalloc3's @Makefile@ using option ``linux-shared''.\\
 \textbf{Compilation command:} @make linux-shared@
 
