Files
plugeth/core
Martin Holst Swende c1d5a012ea core/state, tests: fix memory leak via fastcache (#28387)
This change fixes a memory leak, when running either state-tests or blockchain-tests, we allocate a `1MB` fastcache during snapshot generation. `fastcache` is a bit special, and requires a `Reset()` (it has it's own memory allocator). 

The `1MB` was hidden [here](https://github.com/ethereum/go-ethereum/blob/master/tests/state_test_util.go#L333) and [here](https://github.com/ethereum/go-ethereum/blob/master/tests/block_test_util.go#L146) respectively.
2023-10-20 13:35:49 +02:00
..
2023-09-29 10:52:22 +03:00
2023-09-29 10:52:22 +03:00
2023-10-03 07:44:01 -04:00
2023-10-10 10:22:03 +02:00
2014-12-04 10:28:02 +01:00
2017-05-25 17:14:33 +03:00
2022-09-07 20:21:59 +02:00
2023-03-30 06:53:32 -04:00