Changeset 47204d4


Ignore:
Timestamp:
Apr 26, 2022, 5:43:16 PM (2 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
0f6d7871
Parents:
91b218d0
Message:

add label for chapter Allocator

File:
1 edited

Legend:

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

    r91b218d0 r47204d4  
    11\chapter{Allocator}
     2\label{c:Allocator}
    23
    34This chapter presents a new stand-alone concurrent low-latency memory-allocator ($\approx$1,200 lines of code), called llheap (low-latency heap), for C/\CC programs using kernel threads (1:1 threading), and specialized versions of the allocator for the programming languages \uC and \CFA using user-level threads running over multiple kernel threads (M:N threading).
Note: See TracChangeset for help on using the changeset viewer.