Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
void CompilerUtils::fetchFreeMemoryPointer()
63
{
64
m_context << u256(freeMemoryPointer) << Instruction::MLOAD;
65
}
66
67
void CompilerUtils::storeFreeMemoryPointer()
68
{
Callers
4
appendConstructor
Method · 0.80
appendReturnValuePacker
Method · 0.80
visit
Method · 0.80
appendExternalFunctionCall
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected