Hacker News new | ask | show | jobs
by nitrix 363 days ago
> "The C standard library provides malloc/free/resize"

It does not provide a `resize`. You're thinking of `realloc` on hosted environments.