Ignore:
Timestamp:
Apr 26, 2022, 6:17:35 PM (2 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
108f6c32
Parents:
2ebde76
Message:

add citations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mubeen_zulfiqar_MMath/performance.tex

    r2ebde76 r8f94a63  
    6060\textbf{Compilation command:} @autogen.sh; configure; make; make install@
    6161
    62 \paragraph{pt3malloc (\textsf{pt3})}
    63 \cite{pt3malloc} is a modification of dlmalloc.
     62\paragraph{ptmalloc3 (\textsf{pt3})}
     63\cite{ptmalloc3} is a modification of dlmalloc.
    6464It is a thread-safe multi-threaded memory allocator that uses multiple heaps.
    65 pt3malloc heap has similar design to dlmalloc's heap.
     65ptmalloc3 heap has similar design to dlmalloc's heap.
    6666\\
    6767\textbf{Version:} 1.8\\
    68 \textbf{Configuration:} Compiled with pt3malloc's @Makefile@ using option ``linux-shared''.\\
     68\textbf{Configuration:} Compiled with ptmalloc3's @Makefile@ using option ``linux-shared''.\\
    6969\textbf{Compilation command:} @make linux-shared@
    7070
Note: See TracChangeset for help on using the changeset viewer.