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

Method minimum_size

Processor/Memory.hpp:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54template<class T>
55void Memory<T>::minimum_size(RegType secret_type, RegType clear_type,
56 const Program &program, const string& threadname)
57{
58 (void) threadname;
59 MS.minimum_size(program.direct_mem(secret_type));
60 MC.minimum_size(program.direct_mem(clear_type));
61}
62
63template<class T>
64void MemoryPart<T>::minimum_size(size_t size)

Callers 2

load_programMethod · 0.80
Memory.hppFile · 0.80

Calls 4

insufficient_memoryClass · 0.85
direct_memMethod · 0.45
sizeMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected