Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the current memory limit for a runtime.
Syntax
STDAPI_(JsErrorCode) JsGetRuntimeMemoryLimit(
_In_ JsRuntimeHandle runtime,
_Out_ size_t *memoryLimit
);
Parameters
runtime
The runtime whose memory limit is to be retrieved.
memoryLimit
The runtime's current memory limit, in bytes, or -1 if no limit has been set.
Return Value
The code JsNoError
if the operation succeeded, a failure code otherwise.
Remarks
The memory limit of a runtime can be always be retrieved, regardless of whether or not the runtime is active on another thread.
Requirements
Header: jsrt.h