Autosave: 2024-04-16 07:30:05
This commit is contained in:
parent
9ed34563ba
commit
64261c52d6
3 changed files with 13 additions and 1 deletions
BIN
.zk/notebook.db
BIN
.zk/notebook.db
Binary file not shown.
|
@ -9,4 +9,4 @@ are finished. The consequences of memory leak is that it reduces the performance
|
|||
of the computer by reducing the amount of available memory. Eventually, in the
|
||||
worst case, too much of the available memory may become allocated and all or
|
||||
part of the system or device stops working correctly, the application fails, or
|
||||
the system slows down vastly .
|
||||
the system slows down vastly.
|
||||
|
|
12
zk/Stack_and_heap_memory.md
Normal file
12
zk/Stack_and_heap_memory.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
id: 1fig
|
||||
title: Stack_and_heap_memory
|
||||
tags: [memory]
|
||||
created: Tuesday, April 16, 2024
|
||||
---
|
||||
|
||||
# Stack and heap memory
|
||||
|
||||
During runtime programs make use of two types of memory: stack and heap.
|
||||
|
||||
## Related notes
|
Loading…
Add table
Reference in a new issue