Skip to content

Example code that shows wee_alloc leaking on PNG compression/decompression.

Notifications You must be signed in to change notification settings

CraigMacomber/wee_alloc_leak_png

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This test code, in a loop, allocates then frees some memory. Using the default Rust allocator the memory is stable, using wee_alloc, it leaks. Note that it leaks memory very fast (several GB per second), so you might not want to run it very long.

About

Example code that shows wee_alloc leaking on PNG compression/decompression.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%