Jarred Sumner @jarredsumner.com · Dec 16

In the next version of Bun The heap profiler reports native code memory usage, and the `estimateDirectMemoryUsageOf` function estimates how much memory a natively-implemented object takes up

25 likes 1 replies

?

Replies

Brendan Mullins · Dec 16

Can I use this to test for memory leaks, or debug the edge cases in the garbage collector?