wasilibs / nottinygc

Higher-performance allocator for TinyGo WASI apps
MIT License
64 stars 6 forks source link

fix potential mem leak #33

Closed johnlanni closed 10 months ago

johnlanni commented 10 months ago

fix #31

johnlanni commented 10 months ago

@anuraaga We should use GC_malloc_ignore_off_page when allocate large object without layout.