package
0.3.10
Repository: https://github.com/prysmaticlabs/go-ethereum.git
Documentation: pkg.go.dev

# Functions

GetBlockRootsTrie retrieves the 3d byte trie of the desired size from the memory pool.
GetDoubleByteSlice retrieves the 2d byte slice of the desired size from the memory pool.
GetRandaoMixesTrie retrieves the 3d byte slice of the desired size from the memory pool.
GetStateRootsTrie retrieves the 3d byte slice of the desired size from the memory pool.
PutBlockRootsTrie places the provided 3d byte trie in the memory pool.
PutDoubleByteSlice places the provided 2d byte slice in the memory pool.
PutRandaoMixesTrie places the provided 3d byte slice in the memory pool.
PutStateRootsTrie places the provided trie in the memory pool.

# Variables

BlockRootsMemoryPool represents the memory pool for block roots trie.
DoubleByteSlicePool represents the memory pool for 2d byte slices.
RandaoMixesMemoryPool represents the memory pool for randao mixes trie.
StateRootsMemoryPool represents the memory pool for state roots trie.