Hacker News new | ask | show | jobs
by Tuna-Fish 3912 days ago
Statically memory managed already has a meaning. It means that there is no malloc during runtime, all memory addresses are decided (usually manually) beforehand and written into the executable.