Changeset 58d471f
- Timestamp:
- May 17, 2021, 5:27:08 AM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- fc1347d0
- Parents:
- a6a4dbd
- Location:
- doc/theses/mubeen_zulfiqar_MMath
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mubeen_zulfiqar_MMath/allocator.tex
ra6a4dbd r58d471f 1 \chapter{Allocator} 1 2 2 \chapter{Allocator} 3 ==================== 4 5 Writing Points: 6 7 Objective of uHeapLmmm. 8 Design philosophy. 9 Background and previous design of uHeapLmmm. 10 11 Distributed design of uHeapLmmm. 12 ----- SHOULD WE GIVE IMPLEMENTATION DETAILS HERE? ----- 13 > figure. 14 > Advantages of distributed design. 15 16 The new features added to uHeapLmmm (incl. malloc_size routine) 17 CFA alloc interface with examples. 18 > Why did we need it? 19 > The added benefits. 20 ----- SHOULD WE GIVE PERFORMANCE AND USABILITY COMPARISON OF DIFFERENT INTERFACES THAT WE TRIED? ----- 21 22 Performance evaluation using u-benchmark suite. 23 24 ==================== 3 25 4 26 \newpage -
doc/theses/mubeen_zulfiqar_MMath/background.tex
ra6a4dbd r58d471f 1 1 \chapter{Background} 2 2 3 ==================== 4 5 Writing Points: 6 7 Classification of benchmarks. 8 Literature review of current benchmarks. 9 Features and limitations. 10 11 Literature review of current memory allocators. 12 Breakdown of memory allocation techniques. 13 Fetures and limitations. 14 15 ==================== 16 3 17 \cite{Wasik08} -
doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex
ra6a4dbd r58d471f 1 1 \chapter{Benchmarks} 2 3 ==================== 4 5 Writing Points: 6 7 Performance matrices of memory allocation. 8 9 Aim of micro benchmark suite. 10 ----- SHOULD WE GIVE IMPLEMENTATION DETAILS HERE? ----- 11 A complete list of benchmarks in micro benchmark suite. 12 13 One detailed section for each benchmark in micro benchmark suite including: 14 > The introduction of the benchmark. 15 > Figure. 16 > Results with popular memory allocators. 17 18 Summarize performance of current memory allocators. 19 20 ==================== -
doc/theses/mubeen_zulfiqar_MMath/conclusion.tex
ra6a4dbd r58d471f 1 1 \chapter{Conclusion} 2 3 ==================== 4 5 Writing Points: 6 7 Summarize u-benchmark suite. 8 Summarize uHeapLmmm. 9 Make recommendations on memory allocator design. 10 11 ==================== -
doc/theses/mubeen_zulfiqar_MMath/intro.tex
ra6a4dbd r58d471f 1 1 \chapter{Introduction} 2 3 ==================== 4 5 Writing Points: 6 7 Introduce dynamic memory allocation with brief background. 8 Scope of the thesis. 9 Importance of memory allocation and micro benhmark suite. 10 11 Research problem. 12 Research objectives. 13 The vision behind cfa-malloc. 14 15 An outline of the thesis. 16 17 ====================
Note: See TracChangeset
for help on using the changeset viewer.