gotranspile / cxgo

Tool for transpiling C to Go.
https://gotranspile.dev
MIT License
337 stars 22 forks source link

Safer realloc implementation #56

Closed dennwc closed 2 years ago

dennwc commented 2 years ago

Fixes #55 by tracking allocation sizes and recalling them on realloc.