subrepo: subdir: "xo-alloc2" merged: "4039c29f" upstream: origin: "git@github.com:Rconybea/xo-alloc2.git" branch: "main" commit: "4039c29f" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
24 lines
396 B
ReStructuredText
24 lines
396 B
ReStructuredText
.. _glossary:
|
|
|
|
Glossary
|
|
--------
|
|
|
|
.. glossary::
|
|
FOMO
|
|
| facet object model
|
|
|
|
page
|
|
| a (4k) page of virtual memory.
|
|
| O/S manages virtual memory in chunks of this size.
|
|
|
|
hugepage
|
|
| large (2MB) VM page; use to reduce page fault expense and TLB pressure.
|
|
|
|
THP
|
|
| transparent huge pages
|
|
|
|
TLB
|
|
| translation lookaside buffer
|
|
|
|
VM
|
|
| virtual memory
|