Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
amaneureka
on March 5, 2017
|
parent
|
context
|
favorite
| on:
Show HN: A new hobby OS from “scratch” in C#
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
flukus
on March 6, 2017
[–]
So random including random c# snippets would probably leak memory? I imagine it would produce an uncanny valley feeling.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
To free any object instance I have to call Heap.Free