Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2445)

Unified Diff: runtime/include/dart_tools_api.h

Issue 2997013002: Refactor of the GetEmbedderInformation APIs (Closed)
Patch Set: Address comments Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/bin/process.cc ('k') | runtime/vm/service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/include/dart_tools_api.h
diff --git a/runtime/include/dart_tools_api.h b/runtime/include/dart_tools_api.h
index 11982e36c904d89692367f3419364f8f24905c1b..99d7c1745d0f6ac41c2f67d17f103308d5dd03d2 100644
--- a/runtime/include/dart_tools_api.h
+++ b/runtime/include/dart_tools_api.h
@@ -777,8 +777,8 @@ DART_EXPORT void Dart_RegisterRootServiceRequestCallback(
typedef struct {
int32_t version;
const char* name; // [optional] The name of the embedder
- uintptr_t current_rss; // [optional] the current RSS of the embedder
- uintptr_t max_rss; // [optional] the maximum RSS of the embedder
+ int64_t current_rss; // [optional] the current RSS of the embedder
+ int64_t max_rss; // [optional] the maximum RSS of the embedder
} Dart_EmbedderInformation;
/**
« no previous file with comments | « runtime/bin/process.cc ('k') | runtime/vm/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698