context: more on memory management and weaknesses
This commit is contained in:
parent
e69951fe71
commit
ebc4bcb8bb
8 changed files with 547 additions and 312 deletions
|
@ -36,6 +36,20 @@
|
|||
first = {\glsentrylong{addrspace}}
|
||||
}
|
||||
|
||||
\newglossaryentry{stack}{
|
||||
name = stack,
|
||||
description = {
|
||||
TODO
|
||||
},
|
||||
}
|
||||
|
||||
\newglossaryentry{heap}{
|
||||
name = heap,
|
||||
description = {
|
||||
TODO
|
||||
},
|
||||
}
|
||||
|
||||
\newglossaryentry{api}{
|
||||
name = API,
|
||||
long = {Application Programming Interface},
|
||||
|
@ -106,6 +120,13 @@
|
|||
plural=Linuces
|
||||
}
|
||||
|
||||
\newglossaryentry{android}{
|
||||
name = Android,
|
||||
description = {a mobile \gls{OS} based on \gls{LX}},
|
||||
first = {\glsentryname{android}, \glsentrydesc{android}},
|
||||
}
|
||||
|
||||
|
||||
\newglossaryentry{imezzos}{
|
||||
name = intermezzOS,
|
||||
description = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue