Changeset 2ebde76 for doc/theses


Ignore:
Timestamp:
Apr 26, 2022, 6:16:56 PM (2 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
8f94a63
Parents:
5cd0742
Message:

update url to href, add citation ptmalloc3 and tbbmalloc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mubeen_zulfiqar_MMath/uw-ethesis.bib

    r5cd0742 r2ebde76  
    7272    author      = {SGI},
    7373    title       = {The Standard Template Library for {C++}},
    74     note        = {\textsf{www.sgi.com/\-tech/\-stl/\-Allocators.html}},
     74    note        = {\href{www.sgi.com/tech/stl/Allocators.html}{www.sgi.com/\-tech/\-stl/\-Allocators.html}},
    7575}
    7676
     
    8383}
    8484
    85 @misc{ptmalloc2,
     85@misc{ptmalloc3,
    8686    author      = {Wolfram Gloger},
    87     title       = {ptmalloc version 2},
    88     month       = jun,
     87    title       = {ptmalloc version 3},
     88    month       = may,
    8989    year        = 2006,
    90     note        = {\href{http://www.malloc.de/malloc/ptmalloc2-current.tar.gz}{http://www.malloc.de/\-malloc/\-ptmalloc2-current.tar.gz}},
     90    note        = {\href{http://www.malloc.de/malloc/ptmalloc3-current.tar.gz}
     91                  {http://www.malloc.de/\-malloc/\-ptmalloc3-current.tar.gz}},
     92}
     93
     94@misc{tbbmalloc,
     95    author      = {multiple contributors},
     96    title       = {Threading Building Blocks},
     97    month       = mar,
     98    year        = 2020,
     99    note        = {\href{https://github.com/oneapi-src/oneTBB/releases/tag/v2020.2}
     100                  {https://github.com/\-oneapi-src/\-oneTBB/\-releases/\-tag/\-v2020.2}},
    91101}
    92102
     
    95105    title       = {Summary of malloc-Related Functions},
    96106    year        = 2020,
    97     note        = {\href{https://www.gnu.org/software/libc/manual/html\_node/Summary-of-Malloc.html}{https://www.gnu.org/\-software/\-libc/\-manual/\-html\_node/\-Summary-of-Malloc.html}},
     107    note        = {\href{https://www.gnu.org/software/libc/manual/html\_node/Summary-of-Malloc.html}
     108                  {https://www.gnu.org/\-software/\-libc/\-manual/\-html\_node/\-Summary-of-Malloc.html}},
    98109}
    99110
     
    103114    month       = mar,
    104115    year        = 2021,
    105     note        = {\href{https://www.ibm.com/docs/en/ztpf/1.1.0.15?topic=structures-serially-reusable-programs}{https://www.ibm.com/\-docs/\-en/\-ztpf/\-1.1.0.15?\-topic=structures-serially-reusable-programs}},
     116    note        = {\href{https://www.ibm.com/docs/en/ztpf/1.1.0.15?topic=structures-serially-reusable-programs}
     117                  {https://www.ibm.com/\-docs/\-en/\-ztpf/\-1.1.0.15?\-topic=structures-serially-reusable-programs}},
    106118}
    107119
     
    159171    title       = {mtmalloc.c},
    160172    year        = 2009,
    161     note        = {\textsf{http://src.opensolaris.org/\-source/\-xref/\-onnv/\-onnv-gate/\-usr/\-src/\-lib/\-libmtmalloc/\-common/\-mtmalloc.c}},
     173    note        = {\href{http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libmtmalloc/common/mtmalloc.c}
     174                  {http://src.opensolaris.org/\-source/\-xref/\-onnv/\-onnv-gate/\-usr/\-src/\-lib/\-libmtmalloc/\-common/\-mtmalloc.c}},
    162175}
    163176
     
    167180    month       = jan,
    168181    year        = 2010,
    169     note        = {\textsf{http://google-perftools.\-googlecode.\-com/\-files/\-google-perftools-1.5.tar.gz}},
     182    note        = {\href{http://google-perftools.googlecode.com/files/google-perftools-1.5.tar.gz}
     183                  {http://google-perftools.\-googlecode.\-com/\-files/\-google-perftools-1.5.tar.gz}},
    170184}
    171185
     
    175189    month       = apr,
    176190    year        = 2022,
    177     note        = {\href{https://en.cppreference.com/w/cpp/numeric/random/uniform_int_distribution}{https://en.cppreference.com/w/\-cpp/numeric/\-random/\-uniform\_int\_distribution}},
     191    note        = {\href{https://en.cppreference.com/w/cpp/numeric/random/uniform_int_distribution}
     192                  {https://en.cppreference.com/w/\-cpp/numeric/\-random/\-uniform\_int\_distribution}},
    178193}
    179194
     
    183198    month       = apr,
    184199    year        = 2022,
    185     note        = {\href{https://www.cplusplus.com/reference/random/fisher_f_distribution}{https://www.cplusplus.com/\-reference/\-random/\-fisher\_f\_distribution}},
     200    note        = {\href{https://www.cplusplus.com/reference/random/fisher_f_distribution}
     201                  {https://www.cplusplus.com/\-reference/\-random/\-fisher\_f\_distribution}},
    186202}
    187203
     
    201217    author      = {Scott Schneider and Christos Antonopoulos and Dimitrios Nikolopoulos},
    202218    title       = {Streamflow},
    203     note        = {\textsf{http://people.cs.vt.edu/\-\char`\~scschnei/\-streamflow}},
     219    note        = {\href{http://people.cs.vt.edu/~scschnei/streamflow}{http://people.cs.vt.edu/\-\char`\~scschnei/\-streamflow}},
    204220}
    205221
     
    356372    month       = jun,
    357373    year        = 2003,
    358     note        = {\textsf{http://developers.sun.com/\-solaris/\-articles/\-multiproc/\-multiproc.html}},
     374    note        = {\href{http://developers.sun.com/solaris/articles/multiproc/multiproc.html}
     375                  {http://developers.sun.com/\-solaris/\-articles/\-multiproc/\-multiproc.html}},
    359376}
    360377
     
    363380    title       = {Memory Layout and the Stack},
    364381    journal     = {Using GNU's GDB Debugger},
    365     note        = {\textsf{http://dirac.org/\-linux/\-gdb/\-02a-Memory\_Layout\_And\_The\_Stack.php}},
     382    note        = {\href{http://dirac.org/linux/gdb/02a-Memory\_Layout\_And\_The\_Stack.php}
     383                  {http://dirac.org/\-linux/\-gdb/\-02a-Memory\_Layout\_And\_The\_Stack.php}},
    366384}
    367385
     
    369387    author      = {Justin N. Ferguson},
    370388    title       = {Understanding the Heap by Breaking It},
    371     note        = {\textsf{https://www.blackhat.com/\-presentations/\-bh-usa-07/Ferguson/\-Whitepaper/\-bh-usa-07-ferguson-WP.pdf}},
     389    note        = {\href{https://www.blackhat.com/presentations/bh-usa-07/Ferguson/Whitepaper/bh-usa-07-ferguson-WP.pdf}
     390                  {https://www.blackhat.com/\-presentations/\-bh-usa-07/Ferguson/\-Whitepaper/\-bh-usa-07-ferguson-WP.pdf}},
    372391}
    373392
Note: See TracChangeset for help on using the changeset viewer.