Index: doc/theses/mubeen_zulfiqar_MMath/allocator.tex
===================================================================
--- doc/theses/mubeen_zulfiqar_MMath/allocator.tex	(revision 299b8b28943fdcfddf8ffb4647eef91e58841627)
+++ doc/theses/mubeen_zulfiqar_MMath/allocator.tex	(revision fc1347d0307b24d6841b90f1cee2e3c16d759e52)
@@ -1,4 +1,26 @@
+\chapter{Allocator}
 
-\chapter{Allocator}
+====================
+
+Writing Points:
+
+Objective of uHeapLmmm.
+Design philosophy.
+Background and previous design of uHeapLmmm.
+
+Distributed design of uHeapLmmm.
+----- SHOULD WE GIVE IMPLEMENTATION DETAILS HERE? -----
+> figure.
+> Advantages of distributed design.
+
+The new features added to uHeapLmmm (incl. malloc_size routine)
+CFA alloc interface with examples.
+> Why did we need it?
+> The added benefits.
+----- SHOULD WE GIVE PERFORMANCE AND USABILITY COMPARISON OF DIFFERENT INTERFACES THAT WE TRIED? -----
+
+Performance evaluation using u-benchmark suite.
+
+====================
 
 \newpage
Index: doc/theses/mubeen_zulfiqar_MMath/background.tex
===================================================================
--- doc/theses/mubeen_zulfiqar_MMath/background.tex	(revision 299b8b28943fdcfddf8ffb4647eef91e58841627)
+++ doc/theses/mubeen_zulfiqar_MMath/background.tex	(revision fc1347d0307b24d6841b90f1cee2e3c16d759e52)
@@ -1,3 +1,17 @@
 \chapter{Background}
 
+====================
+
+Writing Points:
+
+Classification of benchmarks.
+Literature review of current benchmarks.
+Features and limitations.
+
+Literature review of current memory allocators.
+Breakdown of memory allocation techniques.
+Fetures and limitations.
+
+====================
+
 \cite{Wasik08}
Index: doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex
===================================================================
--- doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex	(revision 299b8b28943fdcfddf8ffb4647eef91e58841627)
+++ doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex	(revision fc1347d0307b24d6841b90f1cee2e3c16d759e52)
@@ -1,1 +1,20 @@
 \chapter{Benchmarks}
+
+====================
+
+Writing Points:
+
+Performance matrices of memory allocation.
+
+Aim of micro benchmark suite.
+----- SHOULD WE GIVE IMPLEMENTATION DETAILS HERE? -----
+A complete list of benchmarks in micro benchmark suite.
+
+One detailed section for each benchmark in micro benchmark suite including:
+> The introduction of the benchmark.
+> Figure.
+> Results with popular memory allocators.
+
+Summarize performance of current memory allocators.
+
+====================
Index: doc/theses/mubeen_zulfiqar_MMath/conclusion.tex
===================================================================
--- doc/theses/mubeen_zulfiqar_MMath/conclusion.tex	(revision 299b8b28943fdcfddf8ffb4647eef91e58841627)
+++ doc/theses/mubeen_zulfiqar_MMath/conclusion.tex	(revision fc1347d0307b24d6841b90f1cee2e3c16d759e52)
@@ -1,1 +1,11 @@
 \chapter{Conclusion}
+
+====================
+
+Writing Points:
+
+Summarize u-benchmark suite.
+Summarize uHeapLmmm.
+Make recommendations on memory allocator design.
+
+====================
Index: doc/theses/mubeen_zulfiqar_MMath/intro.tex
===================================================================
--- doc/theses/mubeen_zulfiqar_MMath/intro.tex	(revision 299b8b28943fdcfddf8ffb4647eef91e58841627)
+++ doc/theses/mubeen_zulfiqar_MMath/intro.tex	(revision fc1347d0307b24d6841b90f1cee2e3c16d759e52)
@@ -1,1 +1,17 @@
 \chapter{Introduction}
+
+====================
+
+Writing Points:
+
+Introduce dynamic memory allocation with brief background.
+Scope of the thesis.
+Importance of memory allocation and micro benhmark suite.
+
+Research problem.
+Research objectives.
+The vision behind cfa-malloc.
+
+An outline of the thesis.
+
+====================
