There was an error while loading. Please reload this page.
Gets the current memory usage for a runtime.
STDAPI_(JsErrorCode) JsGetRuntimeMemoryUsage( _In_ JsRuntimeHandle runtime, _Out_ size_t *memoryUsage);
The code JsNoError if the operation succeeded, a failure code otherwise.
Memory usage can be always be retrieved, regardless of whether or not the runtime is active on another thread.
Home
ch
Want to contribute to this Wiki? Fork it and send a pull request!