MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / num_reg

Method num_reg

GC/Program.h:50–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 void parse(istream& s);
49
50 unsigned num_reg(RegType reg_type) const
51 { return max_reg[reg_type]; }
52
53 unsigned direct_mem(RegType reg_type) const
54 { return max_mem[reg_type]; }

Callers 1

resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected