Changeset 8f94a63 for doc/theses/mubeen_zulfiqar_MMath
- Timestamp:
- Apr 26, 2022, 6:17:35 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- 108f6c32
- Parents:
- 2ebde76
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mubeen_zulfiqar_MMath/performance.tex
r2ebde76 r8f94a63 60 60 \textbf{Compilation command:} @autogen.sh; configure; make; make install@ 61 61 62 \paragraph{pt 3malloc(\textsf{pt3})}63 \cite{pt 3malloc} is a modification of dlmalloc.62 \paragraph{ptmalloc3 (\textsf{pt3})} 63 \cite{ptmalloc3} is a modification of dlmalloc. 64 64 It is a thread-safe multi-threaded memory allocator that uses multiple heaps. 65 pt 3mallocheap has similar design to dlmalloc's heap.65 ptmalloc3 heap has similar design to dlmalloc's heap. 66 66 \\ 67 67 \textbf{Version:} 1.8\\ 68 \textbf{Configuration:} Compiled with pt 3malloc's @Makefile@ using option ``linux-shared''.\\68 \textbf{Configuration:} Compiled with ptmalloc3's @Makefile@ using option ``linux-shared''.\\ 69 69 \textbf{Compilation command:} @make linux-shared@ 70 70
Note: See TracChangeset
for help on using the changeset viewer.