MCPcopy Create free account
hub / github.com/argotorg/solidity / storeFreeMemoryPointer

Method storeFreeMemoryPointer

libsolidity/codegen/CompilerUtils.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void CompilerUtils::storeFreeMemoryPointer()
68{
69 m_context << u256(freeMemoryPointer) << Instruction::MSTORE;
70}
71
72void CompilerUtils::allocateMemory()
73{

Callers 3

appendConstructorMethod · 0.80
visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected