Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ direct_mem
Method
direct_mem
GC/Program.h:53–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
{ return max_reg[reg_type]; }
52
53
unsigned direct_mem(RegType reg_type) const
54
{ return max_mem[reg_type]; }
55
56
template<class T, class U>
57
BreakType execute(Processor<T>& Proc, U& dynamic_memory, int PC = -1) const;
Callers
1
reset
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected