Y
Hacker News
new
|
ask
|
show
|
jobs
by
anonymoushn
703 days ago
In embedded development it's impossible to use any allocation strategy other than the language constantly calling a global malloc on your behalf?
1 comments
ComputerGuru
703 days ago
Normal async doesn’t require
any
malloc.
link
anonymoushn
702 days ago
Great! I certainly didn't intend to say that stack-allocated or statically-allocated futures should somehow stop working?
link