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

Method fetchFreeMemoryPointer

libsolidity/codegen/CompilerUtils.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void CompilerUtils::fetchFreeMemoryPointer()
63{
64 m_context << u256(freeMemoryPointer) << Instruction::MLOAD;
65}
66
67void CompilerUtils::storeFreeMemoryPointer()
68{

Callers 4

appendConstructorMethod · 0.80
visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected