mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-27 08:41:07 +08:00
c-user: Add LIFO to glossary
This commit is contained in:
parent
d223ec99ae
commit
dc6b917dc3
@ -334,7 +334,8 @@ Glossary
|
|||||||
This term is an acronym for :term:`First In First Out`.
|
This term is an acronym for :term:`First In First Out`.
|
||||||
|
|
||||||
First In First Out
|
First In First Out
|
||||||
A discipline for manipulating entries in a data structure.
|
A discipline for manipulating entries in a data structure. See also
|
||||||
|
:term:`Last In First Out`.
|
||||||
|
|
||||||
floating point coprocessor
|
floating point coprocessor
|
||||||
A component used in computer systems to enhance performance in
|
A component used in computer systems to enhance performance in
|
||||||
@ -460,6 +461,13 @@ Glossary
|
|||||||
kernel
|
kernel
|
||||||
In this document, this term is used as a synonym for executive.
|
In this document, this term is used as a synonym for executive.
|
||||||
|
|
||||||
|
Last In First Out
|
||||||
|
A discipline for manipulating entries in a data structure. See also
|
||||||
|
:term:`First In First Out`.
|
||||||
|
|
||||||
|
LIFO
|
||||||
|
This term is an acronym for :term:`Last In First Out`.
|
||||||
|
|
||||||
list
|
list
|
||||||
A data structure which allows for dynamic addition and removal of
|
A data structure which allows for dynamic addition and removal of
|
||||||
entries. It is not statically limited to a particular size.
|
entries. It is not statically limited to a particular size.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user