MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / setMemoryLimit

Method setMemoryLimit

src/core/judgingthread.cpp:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75void JudgingThread::setRawTimeLimit(int limit) { rawTimeLimit = limit; }
76
77void JudgingThread::setMemoryLimit(int limit) { memoryLimit = limit; }
78
79void JudgingThread::setRawMemoryLimit(int limit) { rawMemoryLimit = limit; }
80

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected