Script: Allow changing ops limit and memory limit settings in game
This commit is contained in:
@@ -280,6 +280,8 @@ public:
|
||||
* Get number of bytes allocated by this VM.
|
||||
*/
|
||||
size_t GetAllocatedMemory() const noexcept;
|
||||
|
||||
void SetMemoryAllocationLimit(size_t limit) noexcept;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user