2.9.
CLASS: VM
CHAPTER 2.
API REFERENCE
RPC name: set memory static max
Overview:
Set the memory/static max field of the given VM.
Signature:
void set_memory_static_max (session_id s, VM ref self, int value)
Arguments:
type
name
description
VM ref
self
reference to the object
int
value
New value to set
Return Type:
void
RPC name: get memory dynamic max
Overview:
Get the memory/dynamic max field of the given VM.
Signature:
int get_memory_dynamic_max (session_id s, VM ref self)
Arguments:
type
name
description
VM ref
self
reference to the object
Return Type:
int
value of the field
RPC name: set memory dynamic max
Overview:
Set the memory/dynamic max field of the given VM.
Signature:
void set_memory_dynamic_max (session_id s, VM ref self, int value)
Arguments:
type
name
description
VM ref
self
reference to the object
int
value
New value to set
Return Type:
void
74