Changeset 47204d4 for doc/theses/mubeen_zulfiqar_MMath
- Timestamp:
- Apr 26, 2022, 5:43:16 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- 0f6d7871
- Parents:
- 91b218d0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mubeen_zulfiqar_MMath/allocator.tex
r91b218d0 r47204d4 1 1 \chapter{Allocator} 2 \label{c:Allocator} 2 3 3 4 This 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.