Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
void CompilerUtils::storeFreeMemoryPointer()
68
{
69
m_context << u256(freeMemoryPointer) << Instruction::MSTORE;
70
}
71
72
void CompilerUtils::allocateMemory()
73
{
Callers
3
appendConstructor
Method · 0.80
visit
Method · 0.80
appendExternalFunctionCall
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected