Skip to content

Test example of printing current Go run time heap alloc, trying to figure out how to wrap this nicely to debug runtime mem leaks

Notifications You must be signed in to change notification settings

oliver-gordon/print-memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Just outputs current heap mem alloc in mbs

Trying to compose a nice wrapper for a memory leak debug lib


2023/12/03 00:41:37 alloc: 0 mb 2023/12/03 00:41:37 Totalalloc: 0 mb 2023/12/03 00:41:39 alloc: 7 mb 2023/12/03 00:41:39 Totalalloc: 7 mb 2023/12/03 00:41:41 alloc: 15 mb 2023/12/03 00:41:41 Totalalloc: 15 mb


About

Test example of printing current Go run time heap alloc, trying to figure out how to wrap this nicely to debug runtime mem leaks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages