ce736d3ef0
Moved the responsibility to provide MaxRSS and CurrentRSS from the VM to the embedder. The embedder can opt-it by setting a Dart_GetEmbedderInformation callback using the public Dart_SetEmbedderInformationCallback API. The implementation of the Dart_GetEmbedderInformation should mandatory fill the version field and the ones it is able to fill. The name field must reference a constant C style string, it will not be freed by the VM code. R=zra@google.com Review-Url: https://codereview.chromium.org/2996803002 .