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

Unified Diff: runtime/bin/process.h

Issue 2997013002: Refactor of the GetEmbedderInformation APIs (Closed)
Patch Set: 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
Index: runtime/bin/process.h
diff --git a/runtime/bin/process.h b/runtime/bin/process.h
index aa79ac77521bd7758bdb4972d7d10e80396e156f..996ce393804290cd5eac483d3157392c268583e6 100644
--- a/runtime/bin/process.h
+++ b/runtime/bin/process.h
@@ -149,6 +149,7 @@ class Process {
static int64_t CurrentRSS();
static int64_t MaxRSS();
+ static void GetRSSInformation(uintptr_t* max_rss, uintptr_t* current_rss);
private:
static int global_exit_code_;

Powered by Google App Engine
This is Rietveld 408576698