Y
Hacker News
new
|
ask
|
show
|
jobs
by
ishitatsuyuki
3401 days ago
Not sure how it could deal with GC pause.
1 comments
amaneureka
3401 days ago
It does not. new operator internally calls Heap.kmalloc
https://github.com/amaneureka/AtomOS/blob/master/src/Kernel/...
To free any object instance I have to call Heap.Free
link
flukus
3400 days ago
So random including random c# snippets would probably leak memory? I imagine it would produce an uncanny valley feeling.
link
To free any object instance I have to call Heap.Free